Home
last modified time | relevance | path

Searched refs:op_str (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/kunit/
Dassert.h228 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/
Dinsn-x86.c35 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/
Dhcalls.c117 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/
Dblk-mq-debugfs.c335 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()
Dblk-core.c160 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()