| /include/asm-generic/ |
| D | atomic64.h | 26 #define ATOMIC64_OP(op) \ argument 29 #define ATOMIC64_OP_RETURN(op) \ argument 32 #define ATOMIC64_FETCH_OP(op) \ argument 35 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) ATOMIC64_FETCH_OP(op) argument 41 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_FETCH_OP(op) argument
|
| D | atomic.h | 42 #define ATOMIC_OP(op, c_op) \ argument 52 #define ATOMIC_OP_RETURN(op, c_op) \ argument 64 #define ATOMIC_FETCH_OP(op, c_op) \ argument 80 #define ATOMIC_OP(op, c_op) \ argument 90 #define ATOMIC_OP_RETURN(op, c_op) \ argument 103 #define ATOMIC_FETCH_OP(op, c_op) \ argument
|
| D | atomic-long.h | 62 #define ATOMIC_LONG_ADD_SUB_OP(op, mo) \ argument 116 #define ATOMIC_LONG_FETCH_OP(op, mo) \ argument 152 #define ATOMIC_LONG_FETCH_INC_DEC_OP(op, mo) \ in ATOMIC_LONG_FETCH_OP() argument 172 #define ATOMIC_LONG_OP(op) \ argument 218 #define ATOMIC_LONG_INC_DEC_OP(op, mo) \ argument
|
| D | futex.h | 31 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() 119 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
| /include/linux/ |
| D | fwnode.h | 106 #define fwnode_has_op(fwnode, op) \ argument 108 #define fwnode_call_int_op(fwnode, op, ...) \ argument 112 #define fwnode_call_bool_op(fwnode, op, ...) \ argument 116 #define fwnode_call_ptr_op(fwnode, op, ...) \ argument 119 #define fwnode_call_void_op(fwnode, op, ...) \ argument
|
| D | sysrq.h | 64 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key() 69 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
|
| D | blkpg.h | 15 compat_int_t op; member
|
| D | fscache-cache.h | 135 struct fscache_operation op; member 161 struct fscache_retrieval *fscache_get_retrieval(struct fscache_retrieval *op) in fscache_get_retrieval() 173 static inline void fscache_enqueue_retrieval(struct fscache_retrieval *op) in fscache_enqueue_retrieval() 183 static inline void fscache_retrieval_complete(struct fscache_retrieval *op, in fscache_retrieval_complete() 197 static inline void fscache_put_retrieval(struct fscache_retrieval *op) in fscache_put_retrieval() 210 struct fscache_operation op; member 468 static inline void fscache_end_io(struct fscache_retrieval *op, in fscache_end_io()
|
| D | util_macros.h | 5 #define __find_closest(x, a, as, op) \ argument
|
| D | blk_types.h | 269 static inline void bio_set_op_attrs(struct bio *bio, unsigned op, in bio_set_op_attrs() 275 static inline bool op_is_write(unsigned int op) in op_is_write() 284 static inline bool op_is_flush(unsigned int op) in op_is_flush() 294 static inline bool op_is_sync(unsigned int op) in op_is_sync()
|
| D | iopoll.h | 43 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 78 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
|
| D | signal.h | 115 #define _SIG_SET_BINOP(name, op) \ argument 152 #define _SIG_SET_OP(name, op) \ in _SIG_SET_BINOP() argument
|
| /include/linux/ceph/ |
| D | rados.h | 320 #define GENERATE_ENUM_ENTRY(op, opcode, str) CEPH_OSD_OP_##op = (opcode), argument 325 static inline int ceph_osd_op_type_lock(int op) in ceph_osd_op_type_lock() 329 static inline int ceph_osd_op_type_data(int op) in ceph_osd_op_type_data() 333 static inline int ceph_osd_op_type_attr(int op) in ceph_osd_op_type_attr() 337 static inline int ceph_osd_op_type_exec(int op) in ceph_osd_op_type_exec() 341 static inline int ceph_osd_op_type_pg(int op) in ceph_osd_op_type_pg() 345 static inline int ceph_osd_op_type_multi(int op) in ceph_osd_op_type_multi() 350 static inline int ceph_osd_op_mode_subop(int op) in ceph_osd_op_mode_subop() 354 static inline int ceph_osd_op_mode_read(int op) in ceph_osd_op_mode_read() 359 static inline int ceph_osd_op_mode_modify(int op) in ceph_osd_op_mode_modify() [all …]
|
| /include/scsi/ |
| D | fc_encode.h | 105 unsigned int op, size_t req_size, in fc_ct_hdr_fill() 133 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill() 217 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill() 511 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill() 534 unsigned int op) in fc_plogi_fill() 691 struct fc_frame *fp, unsigned int op, in fc_els_fill()
|
| /include/trace/events/ |
| D | f2fs.h | 76 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument 79 #define show_bio_op(op) \ argument
|
| /include/xen/ |
| D | hvm.h | 9 static const char *param_name(int op) in param_name()
|
| /include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 263 __u8 op; member 269 __u8 op; member 283 unsigned int op; member 293 unsigned int op; member 301 unsigned int op; member
|
| /include/xen/arm/ |
| D | hypercall.h | 61 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op()
|
| /include/keys/ |
| D | request_key_auth-type.h | 27 char op[8]; member
|
| /include/uapi/drm/ |
| D | omap_drm.h | 79 __u32 op; /* mask of omap_gem_op (in) */ member 84 __u32 op; /* mask of omap_gem_op (in) */ member
|
| /include/uapi/linux/ |
| D | blkpg.h | 35 int op; member
|
| D | vsockmon.h | 39 __le16 op; /* enum af_vsockmon_op */ member
|
| D | rfkill.h | 86 __u8 op; member
|
| /include/linux/reset/ |
| D | bcm63xx_pmb.h | 42 u32 off, u32 op) in __bpcm_do_op()
|
| /include/linux/mlx4/ |
| D | cmd.h | 274 u8 op_modifier, u16 op, unsigned long timeout, in mlx4_cmd() 283 u32 in_modifier, u8 op_modifier, u16 op, in mlx4_cmd_box() 296 u32 in_modifier, u8 op_modifier, u16 op, in mlx4_cmd_imm()
|