/linux-6.3-rc2/fs/afs/ |
A D | fs_operation.c | 24 op = kzalloc(sizeof(*op), GFP_KERNEL); in afs_alloc_operation() 185 op->ops->issue_yfs_rpc(op); in afs_wait_for_operation() 187 op->ops->issue_afs_rpc(op); in afs_wait_for_operation() 192 op->error = afs_wait_for_call_to_complete(op->call, &op->ac); in afs_wait_for_operation() 198 op->ops->success(op); in afs_wait_for_operation() 202 op->ops->aborted(op); in afs_wait_for_operation() 206 op->ops->failed(op); in afs_wait_for_operation() 214 op->ops->edit_dir(op); in afs_wait_for_operation() 228 if (op->ops && op->ops->put) in afs_put_operation() 229 op->ops->put(op); in afs_put_operation() [all …]
|
A D | rotate.c | 119 op->untried, op->index, in afs_select_fileserver() 120 op->ac.tried, op->ac.index, in afs_select_fileserver() 197 afs_busy(op->volume, op->ac.abort_code); in afs_select_fileserver() 297 op->type ? op->type->name : "???", op->debug_id); in afs_select_fileserver() 337 if (test_bit(op->index, &op->untried)) in afs_select_fileserver() 362 __clear_bit(op->index, &op->untried); in afs_select_fileserver() 393 memset(&op->ac, 0, sizeof(op->ac)); in afs_select_fileserver() 411 op->index, op->ac.index, op->ac.alist->nr_addrs, in afs_select_fileserver() 487 op->file[1].cb_break_before, op->flags, op->error); in afs_dump_edestaddrreq() 489 op->untried, op->index, op->nr_iterations); in afs_dump_edestaddrreq() [all …]
|
A D | dir_silly.c | 19 afs_check_dir_conflict(op, &op->file[0]); in afs_silly_rename_success() 20 afs_vnode_commit_status(op, &op->file[0]); in afs_silly_rename_success() 69 if (IS_ERR(op)) in afs_do_silly_rename() 70 return PTR_ERR(op); in afs_do_silly_rename() 81 op->dentry = old; in afs_do_silly_rename() 161 afs_check_dir_conflict(op, &op->file[0]); in afs_silly_unlink_success() 162 afs_vnode_commit_status(op, &op->file[0]); in afs_silly_unlink_success() 163 afs_vnode_commit_status(op, &op->file[1]); in afs_silly_unlink_success() 164 afs_update_dentry_version(op, &op->file[0], op->dentry); in afs_silly_unlink_success() 200 if (IS_ERR(op)) in afs_do_silly_unlink() [all …]
|
A D | dir.c | 1294 afs_vnode_commit_status(op, &op->file[0]); in afs_create_success() 1295 afs_update_dentry_version(op, &op->file[0], op->dentry); in afs_create_success() 1380 afs_vnode_commit_status(op, &op->file[0]); in afs_rmdir_success() 1381 afs_update_dentry_version(op, &op->file[0], op->dentry); in afs_rmdir_success() 1512 afs_check_dir_conflict(op, &op->file[0]); in afs_unlink_success() 1513 afs_vnode_commit_status(op, &op->file[0]); in afs_unlink_success() 1514 afs_vnode_commit_status(op, &op->file[1]); in afs_unlink_success() 1515 afs_update_dentry_version(op, &op->file[0], op->dentry); in afs_unlink_success() 1536 if (op->unlink.need_rehash && op->error < 0 && op->error != -ENOENT) in afs_unlink_put() 1808 afs_check_dir_conflict(op, &op->file[1]); in afs_rename_success() [all …]
|
/linux-6.3-rc2/fs/orangefs/ |
A D | waitqueue.c | 83 op, in service_operation() 151 op); in service_operation() 202 op); in service_operation() 213 op->slot_to_free = op->upcall.req.io.buf_index; in orangefs_cancel_op_in_progress() 214 memset(&op->upcall, 0, sizeof(op->upcall)); in orangefs_cancel_op_in_progress() 215 memset(&op->downcall, 0, sizeof(op->downcall)); in orangefs_cancel_op_in_progress() 282 op); in orangefs_clean_up_interrupted_operation() 292 op); in orangefs_clean_up_interrupted_operation() 351 op); in wait_for_matching_downcall() 359 op, in wait_for_matching_downcall() [all …]
|
/linux-6.3-rc2/net/can/ |
A D | bcm.c | 276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx() 309 if (op->currframe >= op->nframes) in bcm_can_tx() 383 if (op->kt_ival1 && op->count) in bcm_tx_set_expiry() 567 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler() 732 if ((op->frames) && (op->frames != &op->sframe)) in bcm_free_op_rcu() 735 if ((op->last_frames) && (op->last_frames != &op->last_sframe)) in bcm_free_op_rcu() 896 cf = op->frames + op->cfsiz * i; in bcm_tx_setup() 938 op->frames = &op->sframe; in bcm_tx_setup() 954 if (op->frames != &op->sframe) in bcm_tx_setup() 1124 op->frames = &op->sframe; in bcm_rx_setup() [all …]
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | sstep.c | 591 rn = op->reg; in do_fp_load() 641 rn = op->reg; in do_fp_store() 1802 op->ccval = (op->ccval & ~imm) | in analyse_instr() 2151 set_ca32(op, op->xerval & XER_CA); in analyse_instr() 2164 set_ca32(op, op->xerval & XER_CA); in analyse_instr() 2194 set_ca32(op, op->xerval & XER_CA); in analyse_instr() 2208 set_ca32(op, op->xerval & XER_CA); in analyse_instr() 3228 regs->gpr[op->reg] = op->val; in emulate_update_regs() 3450 if (op->reg >= 32 && (op->vsx_flags & VSX_CHECK_VEC)) in emulate_loadstore() 3488 op->reg == 1 && op->update_reg == 1 && in emulate_loadstore() [all …]
|
/linux-6.3-rc2/drivers/hwtracing/coresight/ |
A D | coresight-etm4x.h | 267 CASE_##op((val), TRCRSR) \ 278 CASE_##op((val), TRCOSLAR) 316 CASE_##op((val), TRCIDR8) \ 317 CASE_##op((val), TRCIDR9) \ 330 CASE_##op((val), TRCIDR0) \ 331 CASE_##op((val), TRCIDR1) \ 332 CASE_##op((val), TRCIDR2) \ 465 CASE_##op((val), TRCDEVID) 474 CASE_##op((val), TRCLAR) \ 475 CASE_##op((val), TRCLSR) \ [all …]
|
/linux-6.3-rc2/tools/objtool/arch/x86/ |
A D | decode.c | 106 if (!(op = calloc(1, sizeof(*op)))) \ 108 else for (*ops_list = op, ops_list = &op->next; op; op = NULL) 215 ADD_OP(op) { in arch_decode_instruction() 227 ADD_OP(op) { in arch_decode_instruction() 238 ADD_OP(op) { in arch_decode_instruction() 249 ADD_OP(op) { in arch_decode_instruction() 465 ADD_OP(op) { in arch_decode_instruction() 482 ADD_OP(op) { in arch_decode_instruction() 494 ADD_OP(op) { in arch_decode_instruction() 502 ADD_OP(op) { in arch_decode_instruction() [all …]
|
/linux-6.3-rc2/fs/dlm/ |
A D | plock.c | 67 kfree(op); in dlm_release_plock_op() 89 op = kzalloc(sizeof(*op), GFP_NOFS); in do_unlock_close() 90 if (!op) in do_unlock_close() 117 op = kzalloc(sizeof(*op), GFP_NOFS); in dlm_posix_lock() 118 if (!op) { in dlm_posix_lock() 261 op = kzalloc(sizeof(*op), GFP_NOFS); in dlm_posix_unlock() 262 if (!op) { in dlm_posix_unlock() 328 op = kzalloc(sizeof(*op), GFP_NOFS); in dlm_posix_get() 329 if (!op) { in dlm_posix_get() 397 if (!op) in dev_read() [all …]
|
/linux-6.3-rc2/drivers/xen/ |
A D | efi.c | 42 #define efi_data(op) (op.u.efi_runtime_call) argument 63 return efi_data(op).status; in xen_efi_get_time() 76 return efi_data(op).status; in xen_efi_set_time() 99 return efi_data(op).status; in xen_efi_get_wakeup_time() 117 return efi_data(op).status; in xen_efi_set_wakeup_time() 138 *attr = efi_data(op).misc; in xen_efi_get_variable() 140 return efi_data(op).status; in xen_efi_get_variable() 163 return efi_data(op).status; in xen_efi_get_next_variable() 173 efi_data(op).misc = attr; in xen_efi_set_variable() 183 return efi_data(op).status; in xen_efi_set_variable() [all …]
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | kgdb.c | 20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument 21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument 22 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument 24 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument 27 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument 32 #define OPCODE_BSR_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument 35 #define OPCODE_BSRF_REG(op) (((op) >> 8) & 0xf) argument 37 #define OPCODE_JMP_REG(op) (((op) >> 8) & 0xf) argument 39 #define OPCODE_JSR_REG(op) (((op) >> 8) & 0xf) argument 40 #define OPCODE_RTS(op) ((op) == 0xb) argument [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | psobject.c | 226 if (!*op) { in acpi_ps_build_named_op() 322 if (!op) { in acpi_ps_create_op() 410 walk_state->op = *new_op = op; in acpi_ps_create_op() 456 *op = NULL; in acpi_ps_complete_op() 477 if (*op) { in acpi_ps_complete_op() 478 walk_state->op = *op; in acpi_ps_complete_op() 507 walk_state->op = *op; in acpi_ps_complete_op() 526 if (*op) { in acpi_ps_complete_op() 650 op)); in acpi_ps_complete_final_op() 652 if (op) { in acpi_ps_complete_final_op() [all …]
|
A D | psutils.c | 61 op->common.aml_opcode = opcode; in acpi_ps_init_op() 66 sizeof(op->common. in acpi_ps_init_op() 87 union acpi_parse_object *op; in acpi_ps_alloc_op() local 120 if (op) { in acpi_ps_alloc_op() 121 acpi_ps_init_op(op, opcode); in acpi_ps_alloc_op() 122 op->common.aml = aml; in acpi_ps_alloc_op() 123 op->common.flags = flags; in acpi_ps_alloc_op() 135 return (op); in acpi_ps_alloc_op() 155 ASL_CV_CLEAR_OP_COMMENTS(op); in acpi_ps_free_op() 198 return (op->named.name); in acpi_ps_get_name() [all …]
|
A D | dswload.c | 115 op = walk_state->op; in acpi_ds_load1_begin_op() 121 if (op) { in acpi_ds_load1_begin_op() 123 *out_op = op; in acpi_ds_load1_begin_op() 130 *out_op = op; in acpi_ds_load1_begin_op() 352 if (!op) { in acpi_ds_load1_begin_op() 357 if (!op) { in acpi_ds_load1_begin_op() 378 op); in acpi_ds_load1_begin_op() 379 *out_op = op; in acpi_ds_load1_begin_op() 407 op = walk_state->op; in acpi_ds_load1_end_op() 530 acpi_dm_add_op_to_external_list(op, op->named.path, in acpi_ds_load1_end_op() [all …]
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun4i-ss/ |
A D | sun4i-ss-hash.c | 68 octx->byte_count = op->byte_count + op->len; in sun4i_hash_export_md5() 70 memcpy(octx->block, op->buf, op->len); in sun4i_hash_export_md5() 96 memcpy(op->buf, ictx->block, op->len); in sun4i_hash_import_md5() 110 octx->count = op->byte_count + op->len; in sun4i_hash_export_sha1() 112 memcpy(octx->buffer, op->buf, op->len); in sun4i_hash_export_sha1() 139 memcpy(op->buf, ictx->buffer, op->len); in sun4i_hash_import_sha1() 206 op->byte_count, areq->nbytes, op->mode, in sun4i_hash() 207 op->len, op->hash[0]); in sun4i_hash() 221 op->buf + op->len, areq->nbytes, 0); in sun4i_hash() 302 if (op->len > 3 && !(op->len % 4)) { in sun4i_hash() [all …]
|
/linux-6.3-rc2/drivers/net/dsa/sja1105/ |
A D | sja1105_static_config.c | 95 enum packing_op op) in sja1105et_avb_params_entry_packing() argument 715 95, 91, size, op); in sja1105_vl_lookup_entry_packing() 717 90, 90, size, op); in sja1105_vl_lookup_entry_packing() 719 89, 42, size, op); in sja1105_vl_lookup_entry_packing() 721 41, 30, size, op); in sja1105_vl_lookup_entry_packing() 723 29, 27, size, op); in sja1105_vl_lookup_entry_packing() 725 26, 24, size, op); in sja1105_vl_lookup_entry_packing() 729 95, 91, size, op); in sja1105_vl_lookup_entry_packing() 731 90, 90, size, op); in sja1105_vl_lookup_entry_packing() 733 57, 42, size, op); in sja1105_vl_lookup_entry_packing() [all …]
|
A D | sja1105_dynamic_config.c | 200 enum packing_op op) in sja1105et_vl_lookup_cmd_packing() argument 213 enum packing_op op) in sja1105pqrs_vl_lookup_cmd_packing() argument 250 enum packing_op op) in sja1110_vl_policing_cmd_packing() argument 386 enum packing_op op) in sja1105pqrs_dyn_l2_lookup_entry_packing() argument 411 enum packing_op op) in sja1105et_l2_lookup_cmd_packing() argument 439 enum packing_op op) in sja1105et_mgmt_route_cmd_packing() argument 445 if (op == PACK) in sja1105et_mgmt_route_cmd_packing() 477 if (op == PACK) in sja1105pqrs_mgmt_route_cmd_packing() 505 enum packing_op op) in sja1105_vlan_lookup_cmd_packing() argument 523 enum packing_op op) in sja1110_vlan_lookup_cmd_packing() argument [all …]
|
/linux-6.3-rc2/lib/zlib_inflate/ |
A D | inffast.c | 128 hold >>= op; in inflate_fast() 129 bits -= op; in inflate_fast() 130 op = (unsigned)(this.op); in inflate_fast() 137 if (op) { in inflate_fast() 143 hold >>= op; in inflate_fast() 144 bits -= op; in inflate_fast() 155 hold >>= op; in inflate_fast() 156 bits -= op; in inflate_fast() 157 op = (unsigned)(this.op); in inflate_fast() 178 bits -= op; in inflate_fast() [all …]
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-wpcm-fiu.c | 147 return (op->addr.nbytes == 0 || op->addr.nbytes == 3) && in wpcm_fiu_normal_match() 148 op->dummy.nbytes == 0 && op->data.nbytes <= 4; in wpcm_fiu_normal_match() 172 return op->cmd.opcode == 0x0b && op->addr.nbytes == 3 && in wpcm_fiu_fast_read_match() 174 op->data.nbytes >= 1 && op->data.nbytes <= 4 && in wpcm_fiu_fast_read_match() 193 return op->addr.nbytes == 4 && op->dummy.nbytes == 0 && op->data.nbytes <= 4; in wpcm_fiu_4ba_match() 236 return op->cmd.opcode == 0x9f && op->addr.nbytes == 0 && in wpcm_fiu_rdid_match() 237 op->dummy.nbytes == 0 && op->data.nbytes == 6 && in wpcm_fiu_rdid_match() 273 return (op->addr.nbytes == 0 || op->addr.nbytes == 3) && in wpcm_fiu_dummy_match() 328 if (op->cmd.dtr || op->addr.dtr || op->dummy.dtr || op->data.dtr) in wpcm_fiu_supports_op() 331 if (op->cmd.buswidth > 1 || op->addr.buswidth > 1 || in wpcm_fiu_supports_op() [all …]
|
A D | spi-mem.c | 55 return spi_map_buf(ctlr, dmadev, sgt, op->data.buf.in, op->data.nbytes, in spi_controller_dma_map_mem_op_data() 169 op->cmd.dtr || op->addr.dtr || op->dummy.dtr || op->data.dtr; in spi_mem_default_supports_op() 201 if (!op->cmd.buswidth || !op->cmd.nbytes) in spi_mem_check_op() 204 if ((op->addr.nbytes && !op->addr.buswidth) || in spi_mem_check_op() 205 (op->dummy.nbytes && !op->dummy.buswidth) || in spi_mem_check_op() 206 (op->data.nbytes && !op->data.buswidth)) in spi_mem_check_op() 346 tmpbufsize = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op() 383 memset(tmpbuf + op->addr.nbytes + 1, 0xff, op->dummy.nbytes); in spi_mem_exec_op() 464 len = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in spi_mem_adjust_op_size() 469 op->data.nbytes = min3((size_t)op->data.nbytes, in spi_mem_adjust_op_size() [all …]
|
A D | spi-mtk-nor.c | 212 if ((op->cmd.buswidth > 1) || (op->addr.buswidth > 1) || in mtk_nor_match_prg() 213 (op->dummy.buswidth > 1) || (op->data.buswidth > 1)) in mtk_nor_match_prg() 216 tx_len = op->cmd.nbytes + op->addr.nbytes; in mtk_nor_match_prg() 260 tx_len = op->cmd.nbytes + op->addr.nbytes; in mtk_nor_adj_prg_size() 282 if ((op->addr.nbytes == 3) || (op->addr.nbytes == 4)) { in mtk_nor_adjust_op_size() 319 if ((op->addr.nbytes == 3) || (op->addr.nbytes == 4)) { in mtk_nor_supports_op() 422 memcpy(op->data.buf.in, sp->buffer, op->data.nbytes); in mtk_nor_read_bounce() 525 tx_len = op->cmd.nbytes + op->addr.nbytes; in mtk_nor_spi_mem_prg() 529 tx_len += op->dummy.nbytes + op->data.nbytes; in mtk_nor_spi_mem_prg() 533 prg_len = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes + in mtk_nor_spi_mem_prg() [all …]
|
/linux-6.3-rc2/lib/lzo/ |
A D | lzo1x_decompress_safe.c | 52 op = out; in lzo1x_decompress_safe() 101 op += 8; in lzo1x_decompress_safe() 104 op += 8; in lzo1x_decompress_safe() 108 op = oe; in lzo1x_decompress_safe() 129 op += 2; in lzo1x_decompress_safe() 179 op += t; in lzo1x_decompress_safe() 219 op += 8; in lzo1x_decompress_safe() 222 op += 8; in lzo1x_decompress_safe() 225 op = oe; in lzo1x_decompress_safe() 246 op += 2; in lzo1x_decompress_safe() [all …]
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | atomic.h | 58 #define ATOMIC_OP(op) \ argument 76 #define ATOMIC_OP_RETURN(op) \ argument 97 #define ATOMIC_FETCH_OP(op) \ argument 118 #define ATOMIC_OP(op) \ argument 137 #define ATOMIC_OP_RETURN(op) \ argument 159 #define ATOMIC_FETCH_OP(op) \ argument 182 #define ATOMIC_OP(op) \ argument 200 #define ATOMIC_OP_RETURN(op) \ argument 220 #define ATOMIC_FETCH_OP(op) \ argument 243 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) ATOMIC_OP_RETURN(op) argument [all …]
|
/linux-6.3-rc2/drivers/xen/xen-pciback/ |
A D | pciback_ops.c | 325 struct xen_pci_op *op = &pdev->op; in xen_pcibk_do_one_op() local 331 *op = pdev->sh_info->op; in xen_pcibk_do_one_op() 333 dev = xen_pcibk_get_pci_dev(pdev, op->domain, op->bus, op->devfn); in xen_pcibk_do_one_op() 344 op->offset, op->size, &op->value); in xen_pcibk_do_one_op() 348 op->offset, op->size, op->value); in xen_pcibk_do_one_op() 352 op->err = xen_pcibk_enable_msi(pdev, dev, op); in xen_pcibk_do_one_op() 355 op->err = xen_pcibk_disable_msi(pdev, dev, op); in xen_pcibk_do_one_op() 359 op->err = xen_pcibk_enable_msix(pdev, dev, op); in xen_pcibk_do_one_op() 362 op->err = xen_pcibk_disable_msix(pdev, dev, op); in xen_pcibk_do_one_op() 375 pdev->sh_info->op.err = op->err; in xen_pcibk_do_one_op() [all …]
|