Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/kunit/
H A 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, \
/OK3568_Linux_fs/u-boot/drivers/remoteproc/
H A Drproc-uclass.c339 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 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()
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A 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))
/OK3568_Linux_fs/kernel/block/
H A 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()
H A Dblk-core.c166 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 Dworker.cc2977 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 Dkconfiglib.py3301 op_str = OP_TO_STR[op]
3305 res.append(op_str)