Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 109) sorted by relevance

12345

/include/asm-generic/
A Datomic.h19 #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
A Datomic64.h21 #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
A Dfutex.h18 #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/
A Dengine.h31 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/
A Datomic.h58 #define __atomic_op_acquire(op, args...) \ argument
65 #define __atomic_op_release(op, args...) \ argument
71 #define __atomic_op_fence(op, args...) \ argument
A Dminmax.h83 #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
A Dfwnode.h187 #define fwnode_has_op(fwnode, op) \ argument
190 #define fwnode_call_int_op(fwnode, op, ...) \ argument
194 #define fwnode_call_bool_op(fwnode, op, ...) \ argument
198 #define fwnode_call_ptr_op(fwnode, op, ...) \ argument
201 #define fwnode_call_void_op(fwnode, op, ...) \ argument
A Dsysrq.h65 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()
A Diopoll.h36 #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
A Dblkpg.h15 compat_int_t op; member
A Deventpoll.h64 static inline int ep_op_has_event(int op) in ep_op_has_event()
A Dblk_types.h446 static inline bool op_is_write(blk_opf_t op) in op_is_write()
455 static inline bool op_is_flush(blk_opf_t op) in op_is_flush()
465 static inline bool op_is_sync(blk_opf_t op) in op_is_sync()
471 static inline bool op_is_discard(blk_opf_t op) in op_is_discard()
482 static inline bool op_is_zone_mgmt(enum req_op op) in op_is_zone_mgmt()
495 static inline int op_stat_group(enum req_op op) in op_stat_group()
/include/linux/ceph/
A Drados.h328 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()
491 __le16 op; /* CEPH_OSD_OP_* */ member
[all …]
/include/drm/
A Ddrm_gpuvm.h958 enum drm_gpuva_op_type op; member
1000 #define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op, &(ops)->list, entry) argument
1011 #define drm_gpuva_for_each_op_safe(op, next, ops) \ argument
1022 #define drm_gpuva_for_each_op_from_reverse(op, ops) \ argument
1032 #define drm_gpuva_for_each_op_reverse(op, ops) \ argument
1053 #define drm_gpuva_prev_op(op) list_prev_entry(op, entry) argument
1059 #define drm_gpuva_next_op(op) list_next_entry(op, entry) argument
1080 struct drm_gpuva_op_map *op) in drm_gpuva_init_from_op()
1244 drm_gpuva_op_remap_to_unmap_range(const struct drm_gpuva_op_remap *op, in drm_gpuva_op_remap_to_unmap_range()
/include/trace/events/
A Df2fs.h73 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
76 #define show_bio_op(op) blk_op_str(op) argument
/include/xen/arm/
A Dhypercall.h60 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op()
/include/uapi/linux/
A Drfkill.h96 __u8 op; member
119 __u8 op; member
A Dvirtio_pcidev.h57 __u8 op; member
A Dblkpg.h12 int op; member
/include/uapi/linux/netfilter/ipset/
A Dip_set.h270 __u8 op; member
276 __u8 op; member
290 unsigned int op; member
300 unsigned int op; member
308 unsigned int op; member
/include/xen/
A Dhvm.h9 static const char *param_name(int op) in param_name()
/include/uapi/drm/
A Domap_drm.h79 __u32 op; /* mask of omap_gem_op (in) */ member
84 __u32 op; /* mask of omap_gem_op (in) */ member
/include/keys/
A Drequest_key_auth-type.h24 char op[8]; member
/include/xen/interface/io/
A Ddisplif.h873 } op; member
884 } op; member
894 } op; member
/include/linux/mtd/
A Dnand-ecc-mtk.h28 enum mtk_ecc_operation op; member

Completed in 46 milliseconds

12345