| /kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
| D | hns_roce_cmd.c | 45 u8 op_modifier, u16 op, u16 token, in hns_roce_cmd_mbox_post_hw() 62 u8 op_modifier, u16 op, in __hns_roce_cmd_mbox_poll() 81 u8 op_modifier, u16 op, unsigned long timeout) in hns_roce_cmd_mbox_poll() 93 void hns_roce_cmd_event(struct hns_roce_dev *hr_dev, u16 token, u8 status, in hns_roce_cmd_event() 110 u8 op_modifier, u16 op, in __hns_roce_cmd_mbox_wait() 162 u8 op_modifier, u16 op, unsigned long timeout) in hns_roce_cmd_mbox_wait() 175 unsigned long in_modifier, u8 op_modifier, u16 op, in hns_roce_cmd_mbox()
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | procattr.c | 78 static char *split_token_from_name(const char *op, char *args, u64 *token) in split_token_from_name() 105 u64 token; in aa_setprocattr_changehat() local
|
| /kernel/linux/linux-5.10/security/keys/ |
| D | keyctl_pkey.c | 43 int token; in keyctl_pkey_params_parse() local 115 int op, in keyctl_pkey_params_get_2() 214 long keyctl_pkey_e_d_s(int op, in keyctl_pkey_e_d_s()
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| D | parse-filter.c | 63 char *token = NULL; in filter_read_token() local 332 create_arg_item(struct tep_event *event, const char *token, in create_arg_item() 440 add_right(struct tep_filter_arg *op, struct tep_filter_arg *arg, char *error_str) in add_right() 614 static enum tep_errno add_left(struct tep_filter_arg *op, struct tep_filter_arg *arg) in add_left() 650 static enum op_type process_op(const char *token, in process_op() 942 char *token = NULL; in process_filter() local 1906 char *op = NULL; in op_to_str() local 2028 char *op; in exp_to_str() local 2086 char *op = NULL; in num_to_str() local 2135 char *op = NULL; in str_to_str() local
|
| D | event-parse.c | 1247 static int test_type_token(enum tep_event_type type, const char *token, in test_type_token() 1284 char *token; in __read_expected() local 1311 char *token; in event_read_name() local 1331 char *token; in event_read_id() local 1424 char *token; in event_read_fields() local 1721 char *token; in event_read_format() local 1759 char *token; in process_arg() local 1793 char *token = NULL; in process_cond() local 1849 char *token = NULL; in process_array() local 1878 static int get_op_prio(char *op) in get_op_prio() [all …]
|
| /kernel/linux/linux-5.10/fs/orangefs/ |
| D | dir.c | 16 __u64 token; member 63 struct orangefs_kernel_op_s *op) in do_readdir() 132 struct orangefs_kernel_op_s *op) in parse_readdir() 164 struct orangefs_kernel_op_s *op; in orangefs_dir_more() local
|
| D | super.c | 69 int token; in parse_mount_options() local 395 struct orangefs_kernel_op_s *op; in orangefs_unmount() local
|
| D | upcall.h | 71 __u64 token; member 78 __u64 token; member 134 __u64 token; member 191 enum orangefs_param_request_op op; member
|
| /kernel/linux/linux-5.10/drivers/mtd/devices/ |
| D | powernv_flash.c | 46 static int powernv_flash_async_op(struct mtd_info *mtd, enum flash_op op, in powernv_flash_async_op() 51 int token; in powernv_flash_async_op() local
|
| /kernel/linux/linux-5.10/drivers/media/cec/core/ |
| D | cec-pin-error-inj.c | 79 char *token; in cec_pin_error_inj_parse_line() local 84 u8 op; in cec_pin_error_inj_parse_line() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
| D | mthca_cmd.c | 183 u16 token; member 203 u16 op, in mthca_cmd_post_dbell() 204 u16 token) in mthca_cmd_post_dbell() 235 u16 op, in mthca_cmd_post_hcr() 236 u16 token, in mthca_cmd_post_hcr() 280 u16 op, in mthca_cmd_post() 281 u16 token, in mthca_cmd_post() 337 u16 op, in mthca_cmd_poll() 388 u16 token, in mthca_cmd_event() 412 u16 op, in mthca_cmd_wait() [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/cxl/ |
| D | hcalls.c | 117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() 124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array)) argument 126 #define OP_STR_AFU(op) OP_STR(op, afu_op_names) argument 127 #define OP_STR_CONTROL_ADAPTER(op) OP_STR(op, control_adapter_op_names) argument 128 #define OP_STR_DOWNLOAD_ADAPTER(op) OP_STR(op, download_op_names) argument 205 static long cxl_h_control_function(u64 unit_address, u64 op, in cxl_h_control_function() 478 static long cxl_h_control_facility(u64 unit_address, u64 op, in cxl_h_control_facility() 558 static long cxl_h_download_facility(u64 unit_address, u64 op, in cxl_h_download_facility() 564 u64 token = 0; in cxl_h_download_facility() local
|
| /kernel/linux/linux-5.10/lib/lz4/ |
| D | lz4_compress.c | 200 BYTE *op = (BYTE *) dest; in LZ4_compress_generic() local 247 BYTE *token; in LZ4_compress_generic() local 538 BYTE *op = (BYTE *) dst; in LZ4_compress_destSize_generic() local 570 BYTE *token; in LZ4_compress_destSize_generic() local
|
| D | lz4hc_compress.c | 264 BYTE **op, in LZ4HC_encodeSequence() 272 BYTE *token; in LZ4HC_encodeSequence() local 354 BYTE *op = (BYTE *) dest; in LZ4HC_compress_generic() local
|
| D | lz4_decompress.c | 86 BYTE *op = (BYTE *) dst; in LZ4_decompress_generic() local 127 unsigned int const token = *ip++; in LZ4_decompress_generic() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | cmd.c | 132 u16 token; member 189 static int mlx4_internal_err_ret_value(struct mlx4_dev *dev, u16 op, in mlx4_internal_err_ret_value() 218 static int mlx4_closing_cmd_fatal_error(u16 op, u8 fw_status) in mlx4_closing_cmd_fatal_error() 241 static int mlx4_cmd_reset_flow(struct mlx4_dev *dev, u16 op, u8 op_modifier, in mlx4_cmd_reset_flow() 339 u16 param, u16 op, unsigned long timeout) in mlx4_comm_cmd_wait() 408 u16 op, unsigned long timeout) in mlx4_comm_cmd() 433 u32 in_modifier, u8 op_modifier, u16 op, u16 token, in mlx4_cmd_post() 513 u16 op, unsigned long timeout) in mlx4_slave_cmd() 578 u16 op, unsigned long timeout) in mlx4_cmd_poll() 660 void mlx4_cmd_event(struct mlx4_dev *dev, u16 token, u8 status, u64 out_param) in mlx4_cmd_event() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cmd.c | 105 u8 token; in alloc_token() local 287 static int mlx5_internal_err_ret_value(struct mlx5_core_dev *dev, u16 op, in mlx5_internal_err_ret_value() 794 u16 op = MLX5_GET(mbox_in, ent->lay->in, opcode); in dump_command() local 1090 u8 token, bool force_polling) in mlx5_cmd_invoke() 1097 u16 op; in mlx5_cmd_invoke() local 1190 u8 token) in mlx5_copy_to_msg() 1286 u8 token) in mlx5_alloc_cmd_msg() 1788 u8 token; in cmd_exec() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | rtas_flash.c | 374 static void manage_flash(struct rtas_manage_flash_t *args_buf, unsigned int op) in manage_flash() 408 int op, rc; in manage_flash_write() local 447 int token = rtas_token("ibm,validate-flash-image"); in validate_flash() local 724 int token; in rtas_flash_init() local
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
| D | kvm_para.h | 83 __u32 op; member 102 __u32 token; member
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| D | kvm_para.h | 101 __u32 op; member 128 __u32 token; member
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | camera.c | 720 static int gb_camera_request_handler(struct gb_operation *op) in gb_camera_request_handler() 916 char *token; in gb_camera_debugfs_configure_streams() local 1007 char *token; in gb_camera_debugfs_capture() local 1093 const struct gb_camera_debugfs_entry *op = file->private_data; in gb_camera_debugfs_read() local 1115 const struct gb_camera_debugfs_entry *op = file->private_data; in gb_camera_debugfs_write() local
|
| /kernel/linux/linux-5.10/drivers/target/ |
| D | target_core_iblock.c | 307 iblock_get_bio(struct se_cmd *cmd, sector_t lba, u32 sg_num, int op, in iblock_get_bio() 537 int ret = 0, token; in iblock_set_configfs_dev_params() local 691 int i, rc, op, op_flags = 0; in iblock_execute_rw() local
|
| /kernel/linux/linux-5.10/sound/soc/samsung/ |
| D | idma.c | 46 void *token; member 109 static void idma_control(int op) in idma_control()
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_policy.c | 1162 int token; in ima_parse_rule() local 1525 static const char op[] = "update_policy"; in ima_parse_add_rule() local 1628 #define pt(token) policy_tokens[token].pattern argument 1629 #define mt(token) mask_tokens[token] argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
| D | resctrl_val.c | 100 void get_event_and_umask(char *cas_count_cfg, int count, bool op) in get_event_and_umask() 102 char *token[MAX_TOKENS]; in get_event_and_umask() local
|