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

12

/include/linux/
H A Dsysrq.h50 int register_sysrq_key(int key, struct sysrq_key_op *op);
51 int unregister_sysrq_key(int key, struct sysrq_key_op *op);
66 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) argument
71 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) argument
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);
85 #define FSCACHE_OP_ASYNC 0x0001 /* - async op, processor may sleep for disk */
87 #define FSCACHE_OP_WAITING 4 /* cleared when op is woken */
88 #define FSCACHE_OP_EXCLUSIVE 5 /* exclusive op, other ops must wait */
89 #define FSCACHE_OP_DEAD 6 /* op is now dead */
91 #define FSCACHE_OP_KEEP_FLAGS 0xc0 /* flags to keep when repurposing an op */
98 * the op in a non-pool thread */
113 * @op: The operation to initialise
119 static inline void fscache_operation_init(struct fscache_operation *op, argument
135 struct fscache_operation op; member in struct:fscache_retrieval
159 fscache_get_retrieval(struct fscache_retrieval *op) argument
171 fscache_enqueue_retrieval(struct fscache_retrieval *op) argument
182 fscache_put_retrieval(struct fscache_retrieval *op) argument
195 struct fscache_operation op; member in struct:fscache_storage
486 fscache_end_io(struct fscache_retrieval *op, struct page *page, int error) argument
[all...]
H A Dvideo_output.h42 struct output_properties *op);
48 struct output_properties *op)
45 video_output_register(const char *name, struct device *dev, void *devdata, struct output_properties *op) argument
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 Dsignal.h98 #define _SIG_SET_BINOP(name, op) \
108 r->sig[3] = op(a3, b3); \
109 r->sig[2] = op(a2, b2); \
112 r->sig[1] = op(a1, b1); \
115 r->sig[0] = op(a0, b0); \
136 #define _SIG_SET_OP(name, op) \
142 case 4: set->sig[3] = op(set->sig[3]); \
143 set->sig[2] = op(set->sig[2]); \
144 case 2: set->sig[1] = op(set->sig[1]); \
145 case 1: set->sig[0] = op(se
[all...]
H A Dfutex.h132 long do_futex(u32 __user *uaddr, int op, u32 val, union ktime *timeout,
211 #define FUTEX_OP(op, oparg, cmp, cmparg) \
212 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
H A Dkprobes.h276 extern int arch_check_optimized_kprobe(struct optimized_kprobe *op);
277 extern int arch_prepare_optimized_kprobe(struct optimized_kprobe *op);
278 extern void arch_remove_optimized_kprobe(struct optimized_kprobe *op);
282 extern void arch_unoptimize_kprobe(struct optimized_kprobe *op);
285 extern int arch_within_optimized_kprobe(struct optimized_kprobe *op,
H A Dkey-type.h29 const char *op, void *aux);
87 * - op is the operation to be done, usually "create"
/include/rdma/
H A Drdma_netlink.h12 #define RDMA_NL_GET_TYPE(client, op) ((client << 10) + op)
51 * @cb_table: A table for op->callback
73 * @op: message content op.
77 int len, int client, int op);
/include/linux/ceph/
H A Drados.h255 static inline int ceph_osd_op_type_lock(int op) argument
257 return (op & CEPH_OSD_OP_TYPE) == CEPH_OSD_OP_TYPE_LOCK;
259 static inline int ceph_osd_op_type_data(int op) argument
261 return (op & CEPH_OSD_OP_TYPE) == CEPH_OSD_OP_TYPE_DATA;
263 static inline int ceph_osd_op_type_attr(int op) argument
265 return (op & CEPH_OSD_OP_TYPE) == CEPH_OSD_OP_TYPE_ATTR;
267 static inline int ceph_osd_op_type_exec(int op) argument
269 return (op & CEPH_OSD_OP_TYPE) == CEPH_OSD_OP_TYPE_EXEC;
271 static inline int ceph_osd_op_type_pg(int op) argument
273 return (op
276 ceph_osd_op_mode_subop(int op) argument
280 ceph_osd_op_mode_read(int op) argument
284 ceph_osd_op_mode_modify(int op) argument
351 __le16 op; /* CEPH_OSD_OP_* */ member in struct:ceph_osd_op
[all...]
H A Dceph_fs.h185 const char *ceph_pool_op_name(int op);
191 __le32 op; member in struct:ceph_mon_poolop
294 extern const char *ceph_session_op_name(int op);
297 __le32 op; member in struct:ceph_mds_session_head
306 * & 0x001000 -> write op
344 extern const char *ceph_mds_op_name(int op);
406 #define CEPH_MDS_FLAG_REPLAY 1 /* this is a replayed op */
415 __le32 op; /* mds op code */ member in struct:ceph_mds_request_head
433 __le32 op; member in struct:ceph_mds_reply_head
632 __le32 op; /* CEPH_CAP_OP_* */ member in struct:ceph_mds_caps
729 __le32 op; /* CEPH_SNAP_OP_* */ member in struct:ceph_mds_snap_head
[all...]
H A Dosd_client.h160 u16 op; /* CEPH_OSD_OP_* */ member in struct:ceph_osd_req_op
216 struct ceph_osd_req_op *op);
238 u64 offset, u64 *len, int op, int flags,
/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/linux/mlx4/
H A Dcmd.h190 u16 op, unsigned long timeout, int native);
194 u8 op_modifier, u16 op, unsigned long timeout,
198 op_modifier, op, timeout, native);
203 u32 in_modifier, u8 op_modifier, u16 op,
207 op_modifier, op, timeout, native);
216 u32 in_modifier, u8 op_modifier, u16 op,
220 op_modifier, op, timeout, native);
193 mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
202 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
215 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/xen/
H A Dprivcmd.h42 __u64 op; member in struct:privcmd_hypercall
/include/asm-generic/
H A Dfutex.h11 int op = (encoded_op >> 28) & 7; local
24 switch (op) {
/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...]
/include/trace/events/
H A Dxen.h37 __field(unsigned int, op)
41 TP_fast_assign(__entry->op = mc->op;
46 TP_printk("op %u%s args [%lx, %lx, %lx, %lx, %lx, %lx]",
47 __entry->op, xen_hypercall_name(__entry->op),
107 TP_PROTO(unsigned long op, size_t args, enum xen_mc_extend_args res),
108 TP_ARGS(op, args, res),
110 __field(unsigned int, op)
114 TP_fast_assign(__entry->op
[all...]
/include/crypto/
H A Dif_alg.h44 int op; member in struct:af_alg_control
/include/linux/tc_ematch/
H A Dtc_em_meta.h19 __u8 op; member in struct:tcf_meta_val
/include/net/nfc/
H A Dnci.h150 #define nci_opcode_gid(op) (__u8)(((op)&0x0f00)>>8)
151 #define nci_opcode_oid(op) (__u8)((op)&0x003f)
/include/sound/
H A Dasound_fm.h42 unsigned char op; /* operator cell (0 or 1) */ member in struct:snd_dm_fm_voice
/include/linux/crush/
H A Dcrush.h33 __u32 op; member in struct:crush_rule_step
38 /* step op codes */

Completed in 560 milliseconds

12