/kernel/linux/linux-6.6/include/trace/events/ |
H A D | habanalabs.h | 91 TP_PROTO(struct device *dev, char *op_str), 93 TP_ARGS(dev, op_str), 97 __field(char *, op_str) 102 __entry->op_str = op_str; 107 __entry->op_str) 111 TP_PROTO(struct device *dev, char *op_str), 112 TP_ARGS(dev, op_str)); 115 TP_PROTO(struct device *dev, char *op_str), 116 TP_ARGS(dev, op_str)); [all...] |
H A D | io_uring.h | 155 __string( op_str, io_uring_get_opcode(req->opcode) ) 167 __assign_str(op_str, io_uring_get_opcode(req->opcode)); 172 __get_str(op_str), 196 __string( op_str, io_uring_get_opcode(req->opcode) ) 205 __assign_str(op_str, io_uring_get_opcode(req->opcode)); 210 __get_str(op_str)) 296 __string( op_str, io_uring_get_opcode(req->opcode) ) 306 __assign_str(op_str, io_uring_get_opcode(req->opcode)); 311 __get_str(op_str), __entry->link) 384 __string( op_str, io_uring_get_opcod [all...] |
/kernel/linux/linux-5.10/include/kunit/ |
H A D | assert.h | 217 * @op_str: A string representation of the comparison operator (e.g. "=="). 228 op_str, \ 236 .operation = op_str, \ 274 * @op_str: A string representation of the comparison operator (e.g. "=="). 285 op_str, \ 293 .operation = op_str, \ 331 * @op_str: A string representation of the comparison operator (e.g. "=="). 342 op_str, \ 350 .operation = op_str, \
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 35 static int get_op(const char *op_str) in get_op() argument 55 if (!op_str || !strlen(op_str)) in get_op() 59 if (!strcmp(val->name, op_str)) in get_op()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 37 static int get_op(const char *op_str) in get_op() argument 60 if (!op_str || !strlen(op_str)) in get_op() 64 if (!strcmp(val->name, op_str)) in get_op()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | hcalls.c | 117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function 124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | hcalls.c | 117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function 124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-debugfs.c | 335 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local 338 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show() 341 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()
|
H A D | blk-core.c | 160 const char *op_str = "UNKNOWN"; in blk_op_str() local 163 op_str = blk_op_name[op]; in blk_op_str() 165 return op_str; in blk_op_str()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-debugfs.c | 284 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local 287 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show() 290 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()
|
H A D | blk-core.c | 139 const char *op_str = "UNKNOWN"; in blk_op_str() local 142 op_str = blk_op_name[op]; in blk_op_str() 144 return op_str; in blk_op_str()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 442 const char *op_str; member 490 const char *op_str; in append_filter() local 492 op_str = operators[i].op_str; in append_filter() 493 p = strstr(str, op_str); in append_filter() 506 p += strlen(op_str); in append_filter()
|