Searched refs:cr_count (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | auth.h | 56 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 D | auth.c | 440 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 D | auth_null.c | 141 .cr_count = REFCOUNT_INIT(2),
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | ccp-dev-v3.c | 74 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 D | lpfc_hw.h | 2442 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 D | lpfc_mbox.c | 437 mb->un.varCfgLnk.cr_count = phba->cfg_cr_count; in lpfc_config_link()
|
A D | lpfc_attr.c | 5294 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.lpfc | 996 rtplunfunc to 1 argument * cr_count, cr_delay and
|
Completed in 63 milliseconds