Home
last modified time | relevance | path

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

1234

/include/asm-generic/
Datomic64.h23 #define ATOMIC64_OP(op) \ argument
26 #define ATOMIC64_OP_RETURN(op) \ argument
29 #define ATOMIC64_FETCH_OP(op) \ argument
32 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) ATOMIC64_FETCH_OP(op) argument
38 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_FETCH_OP(op) argument
Datomic.h36 #define ATOMIC_OP(op, c_op) \ argument
46 #define ATOMIC_OP_RETURN(op, c_op) \ argument
58 #define ATOMIC_FETCH_OP(op, c_op) \ argument
74 #define ATOMIC_OP(op, c_op) \ argument
84 #define ATOMIC_OP_RETURN(op, c_op) \ argument
97 #define ATOMIC_FETCH_OP(op, c_op) \ argument
Dfutex.h31 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/
Datomic.h52 #define __atomic_op_acquire(op, args...) \ argument
59 #define __atomic_op_release(op, args...) \ argument
65 #define __atomic_op_fence(op, args...) \ argument
Dfwnode.h148 #define fwnode_has_op(fwnode, op) \ argument
150 #define fwnode_call_int_op(fwnode, op, ...) \ argument
155 #define fwnode_call_bool_op(fwnode, op, ...) \ argument
159 #define fwnode_call_ptr_op(fwnode, op, ...) \ argument
162 #define fwnode_call_void_op(fwnode, op, ...) \ argument
Dsysrq.h64 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()
Dblk_types.h399 static inline void bio_set_op_attrs(struct bio *bio, unsigned op, in bio_set_op_attrs()
405 static inline bool op_is_write(unsigned int op) in op_is_write()
414 static inline bool op_is_flush(unsigned int op) in op_is_flush()
424 static inline bool op_is_sync(unsigned int op) in op_is_sync()
430 static inline bool op_is_discard(unsigned int op) in op_is_discard()
441 static inline bool op_is_zone_mgmt(enum req_opf op) in op_is_zone_mgmt()
454 static inline int op_stat_group(unsigned int op) in op_stat_group()
Dblkpg.h15 compat_int_t op; member
Dfscache-cache.h144 struct fscache_operation op; member
170 struct fscache_retrieval *fscache_get_retrieval(struct fscache_retrieval *op) in fscache_get_retrieval()
182 static inline void fscache_enqueue_retrieval(struct fscache_retrieval *op) in fscache_enqueue_retrieval()
192 static inline void fscache_retrieval_complete(struct fscache_retrieval *op, in fscache_retrieval_complete()
205 static inline void fscache_put_retrieval(struct fscache_retrieval *op) in fscache_put_retrieval()
218 struct fscache_operation op; member
478 static inline void fscache_end_io(struct fscache_retrieval *op, in fscache_end_io()
Dutil_macros.h5 #define __find_closest(x, a, as, op) \ argument
Diopoll.h34 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
72 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
Dkeyctl.h39 enum kernel_pkey_operation op : 8; member
/include/linux/ceph/
Drados.h320 #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/
Dfc_encode.h93 unsigned int op, size_t req_size, in fc_ct_hdr_fill()
121 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill()
205 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill()
499 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill()
522 unsigned int op) in fc_plogi_fill()
679 struct fc_frame *fp, unsigned int op, in fc_els_fill()
/include/trace/events/
Df2fs.h76 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
79 #define show_bio_op(op) blk_op_str(op) argument
/include/xen/
Dhvm.h9 static const char *param_name(int op) in param_name()
/include/uapi/linux/netfilter/ipset/
Dip_set.h268 __u8 op; member
274 __u8 op; member
288 unsigned int op; member
298 unsigned int op; member
306 unsigned int op; member
/include/xen/arm/
Dhypercall.h61 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op()
/include/uapi/drm/
Domap_drm.h79 __u32 op; /* mask of omap_gem_op (in) */ member
84 __u32 op; /* mask of omap_gem_op (in) */ member
/include/keys/
Drequest_key_auth-type.h24 char op[8]; member
/include/linux/spi/
Dspi-mem.h305 const struct spi_mem_op *op, in spi_controller_dma_map_mem_op_data()
313 const struct spi_mem_op *op, in spi_controller_dma_unmap_mem_op_data()
320 const struct spi_mem_op *op) in spi_mem_default_supports_op()
/include/uapi/linux/
Dblkpg.h35 int op; member
Dvsockmon.h39 __le16 op; /* enum af_vsockmon_op */ member
Drfkill.h86 __u8 op; member
/include/linux/reset/
Dbcm63xx_pmb.h42 u32 off, u32 op) in __bpcm_do_op()

1234