Home
last modified time | relevance | path

Searched defs:op_name (Results 1 – 9 of 9) sorted by relevance

/linux/arch/s390/include/asm/
H A Datomic_ops.h63 #define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \ argument
76 #define __ATOMIC_OPS(op_name, op_type, op_string) \ argument
93 #define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \ argument
102 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ argument
175 #define __ATOMIC_TEST_OP(op_name, op_type, op_string, op_barrier) \ argument
190 #define __ATOMIC_TEST_OPS(op_name, op_type, op_string) \ argument
200 #define __ATOMIC_CONST_TEST_OP(op_name, op_type, op_string, op_barrier) \ argument
214 #define __ATOMIC_CONST_TEST_OPS(op_name, op_type, op_string) \ argument
/linux/tools/net/ynl/pyynl/
H A Dethtool.py
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier_log.c50 char *exp_log, prog_name[24], op_name[32]; in verif_log_subtest() local
274 char *exp_log, op_name[32]; in verif_btf_log_subtest() local
/linux/fs/orangefs/
H A Dwaitqueue.c66 const char *op_name, in service_operation()
/linux/tools/testing/selftests/vfio/lib/
H A Dvfio_pci_driver.c35 const char *op_name) in vfio_check_driver_op()
/linux/arch/sparc/include/uapi/asm/
H A Dopenpromio.h55 char __user *op_name; /* Pointer to the property name. */ member
/linux/tools/testing/selftests/mm/
H A Dvm_util.h79 static inline void skip_test_dodgy_fs(const char *op_name) in skip_test_dodgy_fs() argument
/linux/include/linux/mtd/
H A Dspinand.h811 #define SPINAND_OP(spinand, op_name, ...) \ argument
/linux/drivers/block/
H A Dxen-blkfront.c426 static const char *op_name(int op) in op_name() function