| /include/asm-generic/ |
| D | atomic.h | 19 #define ATOMIC_OP(op, c_op) \ argument 29 #define ATOMIC_OP_RETURN(op, c_op) \ argument 41 #define ATOMIC_FETCH_OP(op, c_op) \ argument 57 #define ATOMIC_OP(op, c_op) \ argument 67 #define ATOMIC_OP_RETURN(op, c_op) \ argument 80 #define ATOMIC_FETCH_OP(op, c_op) \ argument
|
| D | atomic64.h | 21 #define ATOMIC64_OP(op) \ argument 24 #define ATOMIC64_OP_RETURN(op) \ argument 27 #define ATOMIC64_FETCH_OP(op) \ argument 30 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) ATOMIC64_FETCH_OP(op) argument 36 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_FETCH_OP(op) argument
|
| D | futex.h | 18 #define arch_futex_atomic_op_inuser(op, oparg, oval, uaddr) \ argument 38 futex_atomic_op_inuser_local(int op, u32 oparg, int *oval, u32 __user *uaddr) in futex_atomic_op_inuser_local()
|
| /include/crypto/ |
| D | engine.h | 31 struct crypto_engine_op op; member 36 struct crypto_engine_op op; member 41 struct crypto_engine_op op; member 46 struct crypto_engine_op op; member 51 struct crypto_engine_op op; member
|
| /include/linux/ |
| D | atomic.h | 58 #define __atomic_op_acquire(op, args...) \ argument 65 #define __atomic_op_release(op, args...) \ argument 71 #define __atomic_op_fence(op, args...) \ argument
|
| D | minmax.h | 83 #define __cmp(op, x, y) ((x) __cmp_op_##op (y) ? (x) : (y)) argument 85 #define __cmp_once_unique(op, type, x, y, ux, uy) \ argument 88 #define __cmp_once(op, type, x, y) \ argument 91 #define __careful_cmp_once(op, x, y, ux, uy) ({ \ argument 97 #define __careful_cmp(op, x, y) \ argument 131 #define __careful_op3(op, x, y, z, ux, uy, uz) ({ \ argument 250 #define __minmax_array(op, array, len) ({ \ argument
|
| D | fwnode.h | 184 #define fwnode_has_op(fwnode, op) \ argument 187 #define fwnode_call_int_op(fwnode, op, ...) \ argument 191 #define fwnode_call_bool_op(fwnode, op, ...) \ argument 195 #define fwnode_call_ptr_op(fwnode, op, ...) \ argument 198 #define fwnode_call_void_op(fwnode, op, ...) \ argument
|
| D | sysrq.h | 65 static inline int register_sysrq_key(u8 key, const struct sysrq_key_op *op) in register_sysrq_key() 70 static inline int unregister_sysrq_key(u8 key, const struct sysrq_key_op *op) in unregister_sysrq_key()
|
| D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument 84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 134 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 154 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
|
| D | blkpg.h | 15 compat_int_t op; member
|
| D | blk_types.h | 444 static inline bool op_is_write(blk_opf_t op) in op_is_write() 453 static inline bool op_is_flush(blk_opf_t op) in op_is_flush() 463 static inline bool op_is_sync(blk_opf_t op) in op_is_sync() 469 static inline bool op_is_discard(blk_opf_t op) in op_is_discard() 480 static inline bool op_is_zone_mgmt(enum req_op op) in op_is_zone_mgmt() 493 static inline int op_stat_group(enum req_op op) in op_stat_group()
|
| D | eventpoll.h | 60 static inline int ep_op_has_event(int op) in ep_op_has_event()
|
| /include/linux/ceph/ |
| D | rados.h | 323 #define GENERATE_ENUM_ENTRY(op, opcode, str) CEPH_OSD_OP_##op = (opcode), argument 328 static inline int ceph_osd_op_type_lock(int op) in ceph_osd_op_type_lock() 332 static inline int ceph_osd_op_type_data(int op) in ceph_osd_op_type_data() 336 static inline int ceph_osd_op_type_attr(int op) in ceph_osd_op_type_attr() 340 static inline int ceph_osd_op_type_exec(int op) in ceph_osd_op_type_exec() 344 static inline int ceph_osd_op_type_pg(int op) in ceph_osd_op_type_pg() 348 static inline int ceph_osd_op_type_multi(int op) in ceph_osd_op_type_multi() 353 static inline int ceph_osd_op_mode_subop(int op) in ceph_osd_op_mode_subop() 357 static inline int ceph_osd_op_mode_read(int op) in ceph_osd_op_mode_read() 362 static inline int ceph_osd_op_mode_modify(int op) in ceph_osd_op_mode_modify() [all …]
|
| /include/drm/ |
| D | drm_gpuvm.h | 953 enum drm_gpuva_op_type op; member 995 #define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op, &(ops)->list, entry) argument 1006 #define drm_gpuva_for_each_op_safe(op, next, ops) \ argument 1017 #define drm_gpuva_for_each_op_from_reverse(op, ops) \ argument 1027 #define drm_gpuva_for_each_op_reverse(op, ops) \ argument 1048 #define drm_gpuva_prev_op(op) list_prev_entry(op, entry) argument 1054 #define drm_gpuva_next_op(op) list_next_entry(op, entry) argument 1075 struct drm_gpuva_op_map *op) in drm_gpuva_init_from_op() 1231 drm_gpuva_op_remap_to_unmap_range(const struct drm_gpuva_op_remap *op, in drm_gpuva_op_remap_to_unmap_range()
|
| /include/xen/arm/ |
| D | hypercall.h | 60 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op()
|
| /include/trace/events/ |
| D | f2fs.h | 73 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument 76 #define show_bio_op(op) blk_op_str(op) argument
|
| /include/uapi/linux/ |
| D | rfkill.h | 96 __u8 op; member 119 __u8 op; member
|
| D | virtio_pcidev.h | 57 __u8 op; member
|
| D | blkpg.h | 12 int op; member
|
| /include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 270 __u8 op; member 276 __u8 op; member 290 unsigned int op; member 300 unsigned int op; member 308 unsigned int op; member
|
| /include/xen/ |
| D | hvm.h | 9 static const char *param_name(int op) in param_name()
|
| /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/keys/ |
| D | request_key_auth-type.h | 24 char op[8]; member
|
| /include/xen/interface/io/ |
| D | displif.h | 873 } op; member 884 } op; member 894 } op; member
|
| /include/linux/mtd/ |
| D | nand-ecc-mtk.h | 28 enum mtk_ecc_operation op; member
|