Home
last modified time | relevance | path

Searched refs:cr_count (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/include/linux/sunrpc/
A Dauth.h56 refcount_t cr_count; /* ref count */ member
190 if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) in get_rpccred()
/linux-6.3-rc2/net/sunrpc/
A Dauth.c440 if (refcount_read(&cred->cr_count) > 1) { in rpcauth_prune_expired()
558 refcount_inc(&cred->cr_count); in rpcauth_lookup_credcache()
600 refcount_set(&cred->cr_count, 1); in rpcauth_init_cred()
692 if (refcount_dec_and_test(&cred->cr_count)) in put_rpccred()
694 if (refcount_read(&cred->cr_count) != 1 || in put_rpccred()
705 if (refcount_dec_and_test(&cred->cr_count)) in put_rpccred()
A Dauth_null.c141 .cr_count = REFCOUNT_INIT(2),
/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-dev-v3.c74 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd() argument
106 for (i = 0; i < cr_count; i++, cr_addr += CMD_REQ_INCR) in ccp_do_cmd()
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_hw.h2442 uint32_t cr_count:8; member
2448 uint32_t cr_count:8;
2563 uint32_t cr_count:8; member
2569 uint32_t cr_count:8;
A Dlpfc_mbox.c437 mb->un.varCfgLnk.cr_count = phba->cfg_cr_count; in lpfc_config_link()
A Dlpfc_attr.c5294 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
/linux-6.3-rc2/Documentation/scsi/
A DChangeLog.lpfc996 rtplunfunc to 1 argument * cr_count, cr_delay and

Completed in 63 milliseconds