Home
last modified time | relevance | path

Searched defs:op_str (Results 1 – 7 of 7) sorted by relevance

/linux-6.8/tools/perf/arch/x86/tests/
Dinsn-x86.c37 static int get_op(const char *op_str) in get_op()
/linux-6.8/drivers/misc/cxl/
Dhcalls.c117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function
/linux-6.8/block/
Dblk-core.c140 const char *op_str = "UNKNOWN"; in blk_op_str() local
Dblk-mq-debugfs.c283 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local
/linux-6.8/tools/testing/selftests/bpf/
Dveristat.c460 const char *op_str; member
509 const char *op_str; in append_filter() local
/linux-6.8/drivers/crypto/intel/iaa/
Diaa_crypto_main.c1047 char *op_str = compress ? "compress" : "decompress"; in check_completion() local
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c478 static const char *op_str(enum op op) in op_str() function