Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
Dmes_v11_0.c143 const char *op_str = NULL; in mes_v11_0_get_op_string() local
153 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local
172 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
Dmes_v12_0.c126 const char *op_str = NULL; in mes_v12_0_get_op_string() local
136 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local
156 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local
/linux-6.15/tools/perf/arch/x86/tests/
Dinsn-x86.c37 static int get_op(const char *op_str) in get_op()
/linux-6.15/block/
Dblk-core.c126 const char *op_str = "UNKNOWN"; in blk_op_str() local
Dblk-mq-debugfs.c263 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local
/linux-6.15/tools/testing/selftests/bpf/
Dveristat.c515 const char *op_str; member
564 const char *op_str; in append_filter() local
/linux-6.15/drivers/crypto/intel/iaa/
Diaa_crypto_main.c945 char *op_str = compress ? "compress" : "decompress"; in check_completion() local
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c491 static const char *op_str(enum op op) in op_str() function