Searched refs:op (Results 1 - 25 of 1769) sorted by last modified time

1234567891011>>

/linux-master/net/ipv4/
H A Dudp.c2979 if (seq->op == &bpf_iter_udp_seq_ops)
3343 if (seq->op == &bpf_iter_udp_seq_ops)
/linux-master/net/core/
H A Dfilter.c7484 static const u8 *bpf_search_tcp_opt(const u8 *op, const u8 *opend, argument
7492 while (op < opend) {
7493 kind = op[0];
7499 op++;
7503 if (opend - op < 2 || opend - op < op[1] || op[1] < 2)
7510 kind_len = op[1];
7513 return op;
7532 const u8 *op, *opend, *magic, *search = search_res; local
7610 const u8 *op, *new_op, *magic = NULL; local
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c3114 u8 code, class, op; local
3118 op = BPF_OP(code);
3123 if (op == BPF_EXIT)
3125 if (op == BPF_CALL) {
3143 if (class == BPF_ALU64 && op == BPF_END && (insn->imm == 16 || insn->imm == 32))
3147 (class == BPF_ALU && op == BPF_END && insn->imm == 64))
12802 const char *op = BPF_OP(insn->code) == BPF_ADD ? "add" : "sub"; local
12816 dst, op, err);
12820 dst, op, err);
13913 /* Combining two pointers by any ALU op yield
18716 u8 op; local
[all...]
/linux-master/include/linux/
H A Dfilter.h358 /* Conditional jumps against registers, if (dst_reg 'op' src_reg) goto pc + off16 */
368 /* Conditional jumps against immediates, if (dst_reg 'op' imm32) goto pc + off16 */
1354 u8 op; member in struct:bpf_sock_ops_kern
/linux-master/fs/btrfs/
H A Dvolumes.c50 enum btrfs_map_op op; member in struct:btrfs_io_geometry
4682 * This gives the exclusive op status to balance and keeps in paused
4690 "balance: cannot set exclusive op status, resume manually");
6303 static void handle_ops_on_dev_replace(enum btrfs_map_op op, argument
6357 if (op == BTRFS_MAP_GET_READ_MIRRORS && nr_extra_stripes == 2) {
6413 if (io_geom->op == BTRFS_MAP_WRITE)
6433 if (io_geom->op == BTRFS_MAP_READ &&
6449 enum btrfs_map_op op, int mirror_num)
6457 if (btrfs_need_stripe_tree_update(fs_info, map->type) && op != BTRFS_MAP_READ)
6471 if (io_geom->op
6445 is_single_device_io(struct btrfs_fs_info *fs_info, const struct btrfs_io_stripe *smap, const struct btrfs_chunk_map *map, int num_alloc_stripes, enum btrfs_map_op op, int mirror_num) argument
6631 btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op, u64 logical, u64 *length, struct btrfs_io_context **bioc_ret, struct btrfs_io_stripe *smap, int *mirror_num_ret) argument
[all...]
H A Dioctl.c461 enum btrfs_exclusive_operation op)
463 switch (op) {
481 "invalid exclop balance operation %d requested", op);
1088 * 0 - normal mode, newly claimed op started
1098 /* Start normal op */
1105 /* Cancel running op */
2700 * change the exclusive op type and remember we should bring
3552 * (1) some other op is running
460 btrfs_exclop_balance(struct btrfs_fs_info *fs_info, enum btrfs_exclusive_operation op) argument
/linux-master/drivers/nvme/host/
H A Dcore.c927 enum nvme_opcode op)
940 cmnd->rw.opcode = op;
975 if (op == nvme_cmd_zone_append)
1591 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, argument
1598 c.features.opcode = op;
2124 * require that, it must be a no-op if reads from deallocated data
2287 u32 timeout, const char *op)
2305 op, csts);
4127 /* this is a no-op when called from the controller reset handler */
925 nvme_setup_rw(struct nvme_ns *ns, struct request *req, struct nvme_command *cmnd, enum nvme_opcode op) argument
2286 nvme_wait_ready(struct nvme_ctrl *ctrl, u32 mask, u32 val, u32 timeout, const char *op) argument
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c92 const struct qed_eth_ops *op = edev->ops; local
123 op->ntuple_filter_config(edev->cdev, n, &params);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1200 aq_req.op = NPA_AQ_INSTOP_READ;
1940 aq_req.op = NIX_AQ_INSTOP_READ;
2930 switch (rule->tx_action.op) {
2951 switch (rule->rx_action.op) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1492 u32 wr_mid, ctrl0, op, sgl_off = 0; local
1660 op = FW_PTP_TX_PKT_WR;
1662 op = FW_ETH_TX_PKT_WR;
1663 wr->op_immdlen = htonl(FW_WR_OP_V(op) |
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c1129 struct xe_vma_op *op; local
1131 op = kzalloc(sizeof(*op), GFP_KERNEL);
1133 if (unlikely(!op))
1136 return &op->base;
2107 static void print_op(struct xe_device *xe, struct drm_gpuva_op *op) argument
2111 switch (op->op) {
2114 (ULL)op->map.va.addr, (ULL)op
2148 print_op(struct xe_device *xe, struct drm_gpuva_op *op) argument
2213 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); local
2229 new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op, u16 pat_index, unsigned int flags) argument
2314 xe_vma_op_commit(struct xe_vm *vm, struct xe_vma_op *op) argument
2391 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); local
2536 op_execute(struct drm_exec *exec, struct xe_vm *vm, struct xe_vma *vma, struct xe_vma_op *op) argument
2624 __xe_vma_op_execute(struct xe_vm *vm, struct xe_vma *vma, struct xe_vma_op *op) argument
2664 xe_vma_op_execute(struct xe_vm *vm, struct xe_vma_op *op) argument
2704 xe_vma_op_cleanup(struct xe_vm *vm, struct xe_vma_op *op) argument
2723 xe_vma_op_unwind(struct xe_vm *vm, struct xe_vma_op *op, bool post_commit, bool prev_post_commit, bool next_post_commit) argument
2792 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); local
2807 struct xe_vma_op *op, *next; local
2872 u32 op = (*bind_ops)[i].op; local
3138 u32 op = bind_ops[i].op; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c539 switch (arg->op) {
/linux-master/drivers/block/
H A Dublk_drv.c919 enum req_op op = req_op(req); local
923 (op_is_zone_mgmt(op) || op == REQ_OP_ZONE_APPEND))
1086 pr_devel("%s: complete: op %d, qid %d tag %d io_flags %x addr %llx\n",
1112 pr_devel("%s: need get data. op %d, qid %d tag %d io_flags %x\n",
1126 pr_devel("%s: update iod->addr: op %d, qid %d tag %d io_flags %x addr %llx\n",
1673 pr_devel("%s: received: cmd op %d queue %d tag %d result %d\n",
1781 pr_devel("%s: complete: cmd op %d, tag %d ret %x io_flags %x\n",
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1146 /* lock *(u32/u64*)(dst_reg + off) <op>= src_reg */
1252 static void emit_shiftx(u8 **pprog, u32 dst_reg, u8 src_reg, bool is64, u8 op) argument
1258 emit_3vex(&prog, r, false, r, m, is64, src_reg, false, op);
1589 u8 op; local
1593 op = 1; /* prefix 0x66 */
1596 op = 3; /* prefix 0xf2 */
1599 op = 2; /* prefix 0xf3 */
1603 emit_shiftx(&prog, dst_reg, src_reg, w, op);
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c351 static u32 arm_bpf_ldst_imm12(u32 op, u8 rt, u8 rn, s16 imm12) argument
353 op |= rt << 12 | rn << 16;
355 op |= ARM_INST_LDST__U;
358 return op | (imm12 & ARM_INST_LDST__IMM12);
361 static u32 arm_bpf_ldst_imm8(u32 op, u8 rt, u8 rn, s16 imm8) argument
363 op |= rt << 12 | rn << 16;
365 op |= ARM_INST_LDST__U;
368 return op | (imm8 & 0xf0) << 4 | (imm8 & 0x0f);
520 static inline void emit_udivmod(u8 rd, u8 rm, u8 rn, struct jit_ctx *ctx, u8 op, u8 sign) argument
528 if (op
588 emit_udivmod64(const s8 *rd, const s8 *rm, const s8 *rn, struct jit_ctx *ctx, u8 op, u8 sign) argument
800 emit_alu_r(const u8 dst, const u8 src, const bool is64, const bool hi, const u8 op, struct jit_ctx *ctx) argument
843 emit_a32_alu_r64(const bool is64, const s8 dst[], const s8 src[], struct jit_ctx *ctx, const u8 op) argument
965 emit_a32_alu_i(const s8 dst, const u32 val, struct jit_ctx *ctx, const u8 op) argument
1350 emit_ar_r(const u8 rd, const u8 rt, const u8 rm, const u8 rn, struct jit_ctx *ctx, u8 op, bool is_jmp64) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2205 * A GETXATTR op request comes without a length specifier. We just set the
2417 nfsd4_opnum_in_range(struct nfsd4_compoundargs *argp, struct nfsd4_op *op) argument
2419 if (op->opnum < FIRST_NFS4_OP)
2421 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP)
2423 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP)
2425 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP)
2433 struct nfsd4_op *op; local
2477 op = &argp->ops[i];
2478 op->replay = NULL;
2479 op
5656 nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op) argument
5741 nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) argument
[all...]
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c85 int op; local
87 /* Invalid op */
88 op = -1;
89 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0, 0, &sel);
93 op = PR_SYS_DISPATCH_OFF;
96 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x1, 0x0, 0);
100 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0xff, 0);
104 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0x0, &sel);
109 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0x0, 0x0);
113 op
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.py347 op = ynl.rsp_by_value[msg.cmd()]
348 fixed_header_size = ynl._struct_size(op.fixed_header)
453 for op_name, op in self.ops.items():
455 setattr(self, op.ident_name, bound_f)
737 def _decode_extack(self, request, op, extack):
741 msg = self.nlproto.decode(self, NlMsg(request, 0, op.attr_set))
742 offset = self.nlproto.msghdr_size() + self._struct_size(op.fixed_header)
743 path = self._decode_extack_path(msg.raw_attrs, op.attr_set, offset,
836 op = self.rsp_by_value[decoded.cmd()]
837 attrs = self._decode(decoded.raw_attrs, op
[all...]
/linux-master/net/wireless/
H A Dnl80211.c2055 #define CMD(op, n) \
2057 if (rdev->ops->op) { \
/linux-master/net/bluetooth/
H A Dmgmt.c5255 void *data, u16 len, u16 op)
5273 cmd = mgmt_pending_add(sk, op, hdev, data, len);
5298 return mgmt_cmd_status(sk, hdev->id, op, status);
5856 u16 op, void *data, u16 len)
5868 err = mgmt_cmd_complete(sk, hdev->id, op,
5876 err = mgmt_cmd_complete(sk, hdev->id, op, MGMT_STATUS_BUSY,
5882 err = mgmt_cmd_complete(sk, hdev->id, op, status,
5889 err = mgmt_cmd_complete(sk, hdev->id, op, MGMT_STATUS_BUSY,
5901 if (op == MGMT_OP_START_LIMITED_DISCOVERY)
5906 cmd = mgmt_pending_add(sk, op, hde
5253 __add_adv_patterns_monitor(struct sock *sk, struct hci_dev *hdev, struct adv_monitor *m, u8 status, void *data, u16 len, u16 op) argument
5855 start_discovery_internal(struct sock *sk, struct hci_dev *hdev, u16 op, void *data, u16 len) argument
[all...]
H A Dhci_event.c63 u16 op, size_t len)
69 bt_dev_err(hdev, "Malformed Command Complete: 0x%4.4x", op);
4035 .op = _op, \
4048 u16 op; member in struct:hci_cc
4229 cc->op, skb->len, cc->min_len);
4239 cc->op, skb->len, cc->max_len);
4241 data = hci_cc_skb_pull(hdev, skb, cc->op, cc->min_len);
4261 if (hci_cc_table[i].op == *opcode) {
4336 .op = _op, \
4341 u16 op; member in struct:hci_cs
62 hci_cc_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, u16 op, size_t len) argument
[all...]
/linux-master/include/uapi/drm/
H A Detnaviv_drm.h119 __u32 op; /* in, mask of ETNA_PREP_x */ member in struct:drm_etnaviv_gem_cpu_prep
/linux-master/include/net/
H A Dsock.h1825 int sock_setsockopt(struct socket *sock, int level, int op,
/linux-master/fs/ntfs3/
H A Dntfs_fs.h635 enum req_op op);
H A Dinode.c1100 size_t op = bytes > PAGE_SIZE ? PAGE_SIZE : bytes; local
1110 memcpy(page_address(page), data, op); local
1118 bytes -= op;

Completed in 542 milliseconds

1234567891011>>