Searched refs:cr_count (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 70 atomic_t cr_count; /* ref count */ member 210 atomic_inc(&cred->cr_count); in get_rpccred() 227 if (atomic_inc_not_zero(&cred->cr_count)) in get_rpccred_rcu()
|
/Linux-v4.19/net/sunrpc/ |
D | auth.c | 314 ret = atomic_read(&cred->cr_count) == 0; in rpcauth_unhash_cred() 476 if (atomic_read(&cred->cr_count) != 0) in rpcauth_prune_expired() 481 if (atomic_read(&cred->cr_count) == 0) { in rpcauth_prune_expired() 648 atomic_set(&cred->cr_count, 1); in rpcauth_init_cred() 718 if (atomic_dec_and_test(&cred->cr_count)) in put_rpccred() 723 if (!atomic_dec_and_lock(&cred->cr_count, &rpc_credcache_lock)) in put_rpccred()
|
D | auth_null.c | 141 .cr_count = ATOMIC_INIT(1),
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dev-v3.c | 78 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd() argument 110 for (i = 0; i < cr_count; i++, cr_addr += CMD_REQ_INCR) in ccp_do_cmd()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2287 uint32_t cr_count:8; member 2293 uint32_t cr_count:8; 2408 uint32_t cr_count:8; member 2414 uint32_t cr_count:8;
|
D | lpfc_mbox.c | 369 mb->un.varCfgLnk.cr_count = phba->cfg_cr_count; in lpfc_config_link()
|
D | lpfc_attr.c | 5092 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 996 rtplunfunc to 1 argument * cr_count, cr_delay and
|