Searched refs:op_str (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/kunit/ |
| H A 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, \
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 339 char *op_str; in _rproc_ops_wrapper() local 360 op_str = "Starting"; in _rproc_ops_wrapper() 364 op_str = "Stopping"; in _rproc_ops_wrapper() 368 op_str = "Resetting"; in _rproc_ops_wrapper() 372 op_str = "Checking if running:"; in _rproc_ops_wrapper() 376 op_str = "Pinging"; in _rproc_ops_wrapper() 383 debug("%s %s...\n", op_str, uc_pdata->name); in _rproc_ops_wrapper()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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))
|
| /OK3568_Linux_fs/kernel/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 | 166 const char *op_str = "UNKNOWN"; in blk_op_str() local 169 op_str = blk_op_name[op]; in blk_op_str() 171 return op_str; in blk_op_str()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.cc | 2977 const char *op_str; in AsyncDiskIO() member 3000 operations[op].op_str, device_name_.c_str(), in AsyncDiskIO() 3017 operations[op].op_str, device_name_.c_str(), in AsyncDiskIO() 3024 operations[op].op_str, offset / kSectorSize, in AsyncDiskIO() 3059 operations[op].op_str, offset / kSectorSize, in AsyncDiskIO() 3065 operations[op].op_str, offset / kSectorSize, in AsyncDiskIO() 3071 operations[op].op_str, offset / kSectorSize, in AsyncDiskIO()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 3301 op_str = OP_TO_STR[op] 3305 res.append(op_str)
|