Searched refs:op (Results 1 - 25 of 71) sorted by relevance

123

/include/linux/
H A Dfscache-cache.h75 typedef void (*fscache_operation_release_t)(struct fscache_operation *op);
76 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op);
95 #define FSCACHE_OP_ASYNC 0x0001 /* - async op, processor may sleep for disk */
97 #define FSCACHE_OP_WAITING 4 /* cleared when op is woken */
98 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */
101 #define FSCACHE_OP_KEEP_FLAGS 0x00f0 /* flags to keep when repurposing an op */
109 * the op in a non-pool thread */
125 * @op: The operation to initialise
131 static inline void fscache_operation_init(struct fscache_operation *op, argument
135 INIT_WORK(&op
148 struct fscache_operation op; member in struct:fscache_retrieval
173 fscache_get_retrieval(struct fscache_retrieval *op) argument
185 fscache_enqueue_retrieval(struct fscache_retrieval *op) argument
195 fscache_retrieval_complete(struct fscache_retrieval *op, int n_pages) argument
209 fscache_put_retrieval(struct fscache_retrieval *op) argument
222 struct fscache_operation op; member in struct:fscache_storage
479 fscache_end_io(struct fscache_retrieval *op, struct page *page, int error) argument
[all...]
H A Dsysrq.h47 int register_sysrq_key(int key, struct sysrq_key_op *op);
48 int unregister_sysrq_key(int key, struct sysrq_key_op *op);
63 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) argument
68 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) argument
H A Dsignal.h90 #define _SIG_SET_BINOP(name, op) \
99 r->sig[3] = op(a3, b3); \
100 r->sig[2] = op(a2, b2); \
103 r->sig[1] = op(a1, b1); \
106 r->sig[0] = op(a0, b0); \
127 #define _SIG_SET_OP(name, op) \
131 case 4: set->sig[3] = op(set->sig[3]); \
132 set->sig[2] = op(set->sig[2]); \
133 case 2: set->sig[1] = op(set->sig[1]); \
134 case 1: set->sig[0] = op(se
[all...]
H A Dfutex.h11 long do_futex(u32 __user *uaddr, int op, u32 val, union ktime *timeout,
/include/asm-generic/
H A Datomic64.h24 #define ATOMIC64_OP(op) \
25 extern void atomic64_##op(long long a, atomic64_t *v);
27 #define ATOMIC64_OP_RETURN(op) \
28 extern long long atomic64_##op##_return(long long a, atomic64_t *v);
30 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op)
H A Datomic.h22 * atomic_$op() - $op integer to atomic variable
23 * @i: integer value to $op
31 * atomic_$op_return() - $op interer to atomic variable and returns the result
32 * @i: integer value to $op
42 #define ATOMIC_OP(op, c_op) \
43 static inline void atomic_##op(int i, atomic_t *v) \
52 #define ATOMIC_OP_RETURN(op, c_op) \
53 static inline int atomic_##op##_return(int i, atomic_t *v) \
68 #define ATOMIC_OP(op, c_o
[all...]
H A Dfutex.h11 int op = (encoded_op >> 28) & 7; local
24 switch (op) {
/include/uapi/linux/
H A Dwil6210_uapi.h75 uint32_t op; /* enum wil_memio_op */ member in struct:wil_memio
81 uint32_t op; /* enum wil_memio_op */ member in struct:wil_memio_block
H A Dblkpg.h34 int op; member in struct:blkpg_ioctl_arg
40 /* The subfunctions (for the op field) */
H A Dipc.h78 #define IPCCALL(version,op) ((version)<<16 | (op))
H A Drfkill.h74 * @op: operation code
84 __u8 op; member in struct:rfkill_event
H A Dfutex.h148 #define FUTEX_OP(op, oparg, cmp, cmparg) \
149 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
H A Dtarget_core_user.h81 static inline void tcmu_hdr_set_op(struct tcmu_cmd_entry_hdr *hdr, enum tcmu_opcode op) argument
84 hdr->len_op |= (op & TCMU_OP_MASK);
/include/xen/
H A Dhvm.h8 static const char *param_name(int op) argument
30 if (op >= ARRAY_SIZE(names))
33 if (!names[op])
36 return names[op];
/include/linux/ceph/
H A Drados.h166 * WARNING: do not use these op codes directly. Use the helpers
167 * defined below instead. In certain cases, op code behavior was
311 #define GENERATE_ENUM_ENTRY(op, opcode, str) CEPH_OSD_OP_##op = (opcode),
316 static inline int ceph_osd_op_type_lock(int op) argument
318 return (op & CEPH_OSD_OP_TYPE) == CEPH_OSD_OP_TYPE_LOCK;
320 static inline int ceph_osd_op_type_data(int op) argument
322 return (op & CEPH_OSD_OP_TYPE) == CEPH_OSD_OP_TYPE_DATA;
324 static inline int ceph_osd_op_type_attr(int op) argument
326 return (op
328 ceph_osd_op_type_exec(int op) argument
332 ceph_osd_op_type_pg(int op) argument
336 ceph_osd_op_type_multi(int op) argument
341 ceph_osd_op_mode_subop(int op) argument
345 ceph_osd_op_mode_read(int op) argument
350 ceph_osd_op_mode_modify(int op) argument
425 __le16 op; /* CEPH_OSD_OP_* */ member in struct:ceph_osd_op
[all...]
/include/math-emu/
H A Dsoft-fp.h183 #include <math-emu/op-1.h>
184 #include <math-emu/op-2.h>
185 #include <math-emu/op-4.h>
186 #include <math-emu/op-8.h>
187 #include <math-emu/op-common.h>
/include/media/
H A Dexynos-fimc.h157 #define fimc_pipeline_call(ent, op, args...) \
158 (!(ent) ? -ENOENT : (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
159 (ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD)) \
/include/uapi/drm/
H A Domap_drm.h74 uint32_t op; /* mask of omap_gem_op (in) */ member in struct:drm_omap_gem_cpu_prep
79 uint32_t op; /* mask of omap_gem_op (in) */ member in struct:drm_omap_gem_cpu_fini
/include/uapi/rdma/
H A Drdma_netlink.h21 #define RDMA_NL_GET_TYPE(client, op) ((client << 10) + op)
34 /* iwarp port mapper op-codes */
/include/linux/mlx4/
H A Dcmd.h209 u16 op, unsigned long timeout, int native);
213 u8 op_modifier, u16 op, unsigned long timeout,
217 op_modifier, op, timeout, native);
222 u32 in_modifier, u8 op_modifier, u16 op,
226 op_modifier, op, timeout, native);
235 u32 in_modifier, u8 op_modifier, u16 op,
239 op_modifier, op, timeout, native);
212 mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
221 mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
234 mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
/include/rdma/
H A Drdma_netlink.h20 * @cb_table: A table for op->callback
42 * @op: message content op.
46 int len, int client, int op, int flags);
/include/uapi/linux/netfilter/ipset/
H A Dip_set.h260 __u8 op; member in struct:ip_set_counter_match
275 unsigned int op; member in struct:ip_set_req_get_set
285 unsigned int op; member in struct:ip_set_req_get_set_family
293 unsigned int op; member in struct:ip_set_req_version
/include/uapi/xen/
H A Dprivcmd.h41 __u64 op; member in struct:privcmd_hypercall
/include/xen/interface/io/
H A Dpciif.h108 struct xen_pci_op op; member in struct:xen_pci_sharedinfo
/include/scsi/
H A Dfc_encode.h105 unsigned int op, size_t req_size,
118 ct->hdr.ct_cmd = htons((u16) op);
127 * @op: CT opcode.
133 unsigned int op, enum fc_rctl *r_ctl,
139 switch (op) {
141 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_gid_ft),
147 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_fid),
154 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rft),
161 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rff_id),
172 ct = fc_ct_hdr_fill(fp, op, sizeo
104 fc_ct_hdr_fill(const struct fc_frame *fp, unsigned int op, size_t req_size, enum fc_ct_fs_type fs_type, u8 subtype) argument
131 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
215 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
509 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) argument
533 fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, unsigned int op) argument
689 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
[all...]

Completed in 440 milliseconds

123