Searched refs:op_str (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/kunit/ |
D | assert.h | 228 op_str, \ argument 236 .operation = op_str, \ 285 op_str, \ argument 293 .operation = op_str, \ 342 op_str, \ argument 350 .operation = op_str, \
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
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-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() function 124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))
|
/kernel/linux/linux-5.10/block/ |
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()
|
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()
|