/kernel/linux/linux-5.10/fs/cifs/ |
H A D | transport.c | 529 int optype; in wait_for_free_credits() local 537 optype = flags & CIFS_OP_MASK; in wait_for_free_credits() 541 credits = server->ops->get_credits_field(server, optype); in wait_for_free_credits() 543 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits() 594 if (!optype && num_credits == 1 && in wait_for_free_credits() 785 int optype; in cifs_call_async() local 787 optype = flags & CIFS_OP_MASK; in cifs_call_async() 807 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 814 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 847 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 1035 int i, j, optype, rc = 0; compound_send_recv() local [all...] |
H A D | cifsglob.h | 234 const int optype); 813 const int optype) in add_credits() 815 server->ops->add_credits(server, credits, optype); in add_credits() 820 const struct cifs_credits *credits, const int optype) in add_credits_and_wake_if() 823 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if() 1615 unsigned int optype; /* operation type */ member 812 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) add_credits() argument 819 add_credits_and_wake_if(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) add_credits_and_wake_if() argument
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | qi.h | 36 enum optype { enum 68 enum optype op_type;
|
H A D | caamalg_qi2.h | 163 enum optype { enum
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | skx_common.c | 480 char *optype; in skx_mce_output_error() local 518 optype = "Can't parse: it is not a mem"; in skx_mce_output_error() 522 optype = "generic undef request error"; in skx_mce_output_error() 525 optype = "memory read error"; in skx_mce_output_error() 528 optype = "memory write error"; in skx_mce_output_error() 531 optype = "addr/cmd error"; in skx_mce_output_error() 534 optype = "memory scrubbing error"; in skx_mce_output_error() 537 optype = "reserved"; in skx_mce_output_error() 565 optype, skx_msg); in skx_mce_output_error()
|
H A D | pnd2_edac.c | 1147 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local 1173 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error() 1177 optype = "generic undef request error"; in pnd2_mce_output_error() 1180 optype = "memory read error"; in pnd2_mce_output_error() 1183 optype = "memory write error"; in pnd2_mce_output_error() 1186 optype = "addr/cmd error"; in pnd2_mce_output_error() 1189 optype = "memory scrubbing error"; in pnd2_mce_output_error() 1192 optype = "reserved"; in pnd2_mce_output_error() 1214 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
|
H A D | i7core_edac.c | 1698 char *optype, *err; in i7core_mce_output_error() local 1722 optype = "generic undef request"; in i7core_mce_output_error() 1725 optype = "read error"; in i7core_mce_output_error() 1728 optype = "write error"; in i7core_mce_output_error() 1731 optype = "addr/cmd error"; in i7core_mce_output_error() 1734 optype = "scrubbing error"; in i7core_mce_output_error() 1737 optype = "reserved"; in i7core_mce_output_error() 1784 err, optype); in i7core_mce_output_error()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | plock.c | 91 op->info.optype = DLM_PLOCK_OP_UNLOCK; in do_unlock_close() 121 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock() 282 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock() 342 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get() 480 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK); in dev_write() 484 op->info.optype != info.optype); in dev_write()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | qi.h | 38 enum optype { enum 72 enum optype op_type;
|
H A D | caamalg_qi2.h | 161 enum optype { enum
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | transport.c | 492 int optype; in wait_for_free_credits() local 501 optype = flags & CIFS_OP_MASK; in wait_for_free_credits() 505 credits = server->ops->get_credits_field(server, optype); in wait_for_free_credits() 507 if (*credits <= 0 && optype == CIFS_ECHO_OP) in wait_for_free_credits() 579 if (!optype && num_credits == 1 && in wait_for_free_credits() 792 int optype; in cifs_call_async() local 794 optype = flags & CIFS_OP_MASK; in cifs_call_async() 814 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 821 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 854 add_credits_and_wake_if(server, &credits, optype); in cifs_call_async() 1071 int i, j, optype, rc = 0; compound_send_recv() local [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | plock.c | 110 op->info.optype = DLM_PLOCK_OP_CANCEL; in do_lock_cancel() 140 op->info.optype = DLM_PLOCK_OP_LOCK; in dlm_posix_lock() 323 op->info.optype = DLM_PLOCK_OP_UNLOCK; in dlm_posix_unlock() 410 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK); in dlm_posix_cancel() 446 op->info.optype = DLM_PLOCK_OP_GET; in dlm_posix_get() 570 WARN_ON(op->info.optype != DLM_PLOCK_OP_LOCK); in dev_write() 574 op->info.optype != info.optype); in dev_write()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | skx_common.c | 538 char *optype; in skx_mce_output_error() local 565 optype = "generic undef request error"; in skx_mce_output_error() 568 optype = "memory read error"; in skx_mce_output_error() 571 optype = "memory write error"; in skx_mce_output_error() 574 optype = "addr/cmd error"; in skx_mce_output_error() 577 optype = "memory scrubbing error"; in skx_mce_output_error() 581 optype = "reserved"; in skx_mce_output_error() 609 optype, skx_msg); in skx_mce_output_error()
|
H A D | pnd2_edac.c | 1125 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local 1151 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error() 1155 optype = "generic undef request error"; in pnd2_mce_output_error() 1158 optype = "memory read error"; in pnd2_mce_output_error() 1161 optype = "memory write error"; in pnd2_mce_output_error() 1164 optype = "addr/cmd error"; in pnd2_mce_output_error() 1167 optype = "memory scrubbing error"; in pnd2_mce_output_error() 1170 optype = "reserved"; in pnd2_mce_output_error() 1192 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
|
H A D | i7core_edac.c | 1698 char *optype, *err; in i7core_mce_output_error() local 1722 optype = "generic undef request"; in i7core_mce_output_error() 1725 optype = "read error"; in i7core_mce_output_error() 1728 optype = "write error"; in i7core_mce_output_error() 1731 optype = "addr/cmd error"; in i7core_mce_output_error() 1734 optype = "scrubbing error"; in i7core_mce_output_error() 1737 optype = "reserved"; in i7core_mce_output_error() 1784 err, optype); in i7core_mce_output_error()
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | submit.c | 22 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument 36 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | submit.c | 27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument 41 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dlm_plock.h | 31 __u8 optype; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dlm_plock.h | 34 __u8 optype; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | dlm_plock.h | 34 __u8 optype; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dlm_plock.h | 21 __u8 optype; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dlm_plock.h | 32 __u8 optype; member
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
H A D | intel-spi.c | 427 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument 443 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index() 492 int optype) in intel_spi_sw_cycle() 498 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle() 521 switch (optype) { in intel_spi_sw_cycle() 491 intel_spi_sw_cycle(struct intel_spi *ispi, u8 opcode, size_t len, int optype) intel_spi_sw_cycle() argument
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 596 __field(uint8_t, optype) 611 __entry->optype = info->optype; 625 TP_printk("fsid=%u number=%llx owner=%llx optype=%d ex=%d wait=%d flags=%x pid=%u nodeid=%d rv=%d start=%llx end=%llx", 627 __entry->optype, __entry->ex, __entry->wait,
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-intel.c | 335 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument 351 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index() 387 int optype) in intel_spi_sw_cycle() 393 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle() 413 switch (optype) { in intel_spi_sw_cycle() 386 intel_spi_sw_cycle(struct intel_spi *ispi, u8 opcode, size_t len, int optype) intel_spi_sw_cycle() argument
|