Searched refs:op (Results 126 - 150 of 1781) sorted by last modified time

1234567891011>>

/linux-master/include/net/
H A Dtcp.h2619 * is < 0, then the BPF op failed (for example if the loaded BPF
2624 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) argument
2636 sock_ops.op = op;
2648 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) argument
2652 return tcp_call_bpf(sk, op, 2, args);
2655 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, argument
2660 return tcp_call_bpf(sk, op, 3, args);
2664 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) argument
2669 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u3 argument
2674 tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, u32 arg3) argument
[all...]
H A Dsock.h1747 int sock_setsockopt(struct socket *sock, int level, int op,
H A Dip_tunnels.h39 #define __ipt_flag_op(op, ...) \
40 op(__VA_ARGS__, __IP_TUNNEL_FLAG_NUM)
434 int ip_tunnel_encap_add_ops(const struct ip_tunnel_encap_ops *op,
436 int ip_tunnel_encap_del_ops(const struct ip_tunnel_encap_ops *op,
H A Dgenetlink.h277 * struct genl_dumpit_info - info that is available during dumpit op call
278 * @op: generic netlink ops - for internal genl code usage
283 struct genl_split_ops op; member in struct:genl_dumpit_info
H A Dflow_dissector.h155 * @op: Operation
162 __u8 op; member in struct:flow_dissector_key_arp
/linux-master/include/net/bluetooth/
H A Dhci.h2892 #define hci_opcode_ogf(op) (op >> 10)
2893 #define hci_opcode_ocf(op) (op & 0x03ff)
/linux-master/include/linux/
H A Dskbuff.h4268 #define __it(x, op) (x -= sizeof(u##op))
4269 #define __it_diff(a, b, op) (*(u##op *)__it(a, op)) ^ (*(u##op *)__it(b, op))
H A Dsecurity.h2051 int security_audit_rule_init(u32 field, u32 op, char *rulestr, void **lsmrule);
2053 int security_audit_rule_match(u32 secid, u32 field, u32 op, void *lsmrule);
2058 static inline int security_audit_rule_init(u32 field, u32 op, char *rulestr, argument
2069 static inline int security_audit_rule_match(u32 secid, u32 field, u32 op, argument
H A Dseq_file.h26 const struct seq_operations *op; member in struct:seq_file
H A Dphylink.h549 * and duplex setting. Otherwise, this should be a no-op.
634 #define __phylink_do_bit(op, bm, mode) \
635 op(ETHTOOL_LINK_MODE_ ## mode ## _BIT, bm)
H A Dlsm_hook_defs.h415 LSM_HOOK(int, 0, audit_rule_init, u32 field, u32 op, char *rulestr,
418 LSM_HOOK(int, 0, audit_rule_match, u32 secid, u32 field, u32 op, void *lsmrule)
H A Dfortify-string.h610 p_size_field, q_size_field, op) ({ \
618 __q_size_field, FORTIFY_FUNC_ ##op), \
619 #op ": detected field-spanning write (size %zu) of single %s (size %zu)\n", \
623 __underlying_##op(p, q, __fortify_size); \
H A Dfilter.h390 /* Conditional jumps against registers, if (dst_reg 'op' src_reg) goto pc + off16 */
400 /* Conditional jumps against immediates, if (dst_reg 'op' imm32) goto pc + off16 */
1393 u8 op; member in struct:bpf_sock_ops_kern
H A Dblkdev.h276 static inline bool blk_op_is_passthrough(blk_opf_t op) argument
278 op &= REQ_OP_MASK;
279 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT;
344 int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op,
834 extern const char *blk_op_str(enum req_op op);
1464 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op,
1466 void bdev_end_io_acct(struct block_device *bdev, enum req_op op,
H A Dblk_types.h427 static inline bool op_is_write(blk_opf_t op) argument
429 return !!(op & (__force blk_opf_t)1);
436 static inline bool op_is_flush(blk_opf_t op) argument
438 return op & (REQ_FUA | REQ_PREFLUSH);
446 static inline bool op_is_sync(blk_opf_t op) argument
448 return (op & REQ_OP_MASK) == REQ_OP_READ ||
449 (op & (REQ_SYNC | REQ_FUA | REQ_PREFLUSH));
452 static inline bool op_is_discard(blk_opf_t op) argument
454 return (op & REQ_OP_MASK) == REQ_OP_DISCARD;
463 static inline bool op_is_zone_mgmt(enum req_op op) argument
476 op_stat_group(enum req_op op) argument
[all...]
H A Dbitops.h50 #define bitop(op, nr, addr) \
55 const##op(nr, addr) : op(nr, addr))
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h10112 u8 op[0x4]; member in struct:mlx5_ifc_pelc_reg_bits
H A Ddriver.h876 u16 op; member in struct:mlx5_cmd_work_ent
/linux-master/include/kunit/
H A Dtest.h582 * KUNIT_SUCCEED() - A no-op expectation. Only exists for code clarity.
702 op, \
710 .operation = #op, \
716 if (likely(__left op __right)) \
733 op, \
741 left, op, right, \
748 op, \
756 left, op, right, \
763 op, \
771 .operation = #op, \
[all...]
/linux-master/fs/
H A Dseq_file.c44 * @op: method table describing the sequence
47 * by @op. @op->start() sets the iterator up and returns the first
48 * element of sequence. @op->stop() shuts it down. @op->next()
49 * returns the next element of sequence. @op->show() prints element
57 int seq_open(struct file *file, const struct seq_operations *op) argument
70 p->op = op;
106 p = m->op
575 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL_ACCOUNT); local
613 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; local
[all...]
H A Dread_write.c402 static int warn_unsupported(struct file *file, const char *op) argument
406 op, file, current->pid, current->comm);
/linux-master/fs/proc/
H A Dfd.c222 ei->op.proc_get_link = proc_fd_link;
/linux-master/fs/orangefs/
H A Dsuper.c396 struct orangefs_kernel_op_s *op; local
398 op = op_alloc(ORANGEFS_VFS_OP_FS_UMOUNT);
399 if (!op)
401 op->upcall.req.fs_umount.id = id;
402 op->upcall.req.fs_umount.fs_id = fs_id;
403 strscpy(op->upcall.req.fs_umount.orangefs_config_server, devname);
404 r = service_operation(op, "orangefs_fs_umount", 0);
408 op_release(op);
/linux-master/fs/ntfs3/
H A Dntfs_fs.h635 enum req_op op);
H A Dfsntfs.c1040 u32 op = blocksize - off; local
1042 for (; bytes; block += 1, off = 0, op = blocksize) {
1048 if (op > bytes)
1049 op = bytes;
1051 memcpy(buffer, bh->b_data + off, op);
1055 bytes -= op;
1056 buffer = Add2Ptr(buffer, op);
1069 u32 op = blocksize - off; local
1075 for (; bytes; block += 1, off = 0, op = blocksize) {
1076 if (op > byte
1147 u32 op = min_t(u64, len, bytes); local
1240 u32 op = blocksize - off; local
1352 u32 op; local
1435 u32 op = block_size - off; local
1497 ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, struct page **pages, u32 nr_pages, u64 vbo, u32 bytes, enum req_op op) argument
[all...]

Completed in 551 milliseconds

1234567891011>>