cr_count 74 drivers/crypto/ccp/ccp-dev-v3.c static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) cr_count 106 drivers/crypto/ccp/ccp-dev-v3.c for (i = 0; i < cr_count; i++, cr_addr += CMD_REQ_INCR) cr_count 5582 drivers/scsi/lpfc/lpfc_attr.c LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an " cr_count 2294 drivers/scsi/lpfc/lpfc_hw.h uint32_t cr_count:8; cr_count 2300 drivers/scsi/lpfc/lpfc_hw.h uint32_t cr_count:8; cr_count 2415 drivers/scsi/lpfc/lpfc_hw.h uint32_t cr_count:8; cr_count 2421 drivers/scsi/lpfc/lpfc_hw.h uint32_t cr_count:8; cr_count 369 drivers/scsi/lpfc/lpfc_mbox.c mb->un.varCfgLnk.cr_count = phba->cfg_cr_count; cr_count 58 include/linux/sunrpc/auth.h refcount_t cr_count; /* ref count */ cr_count 192 include/linux/sunrpc/auth.h if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) cr_count 489 net/sunrpc/auth.c if (refcount_read(&cred->cr_count) > 1) { cr_count 607 net/sunrpc/auth.c refcount_inc(&cred->cr_count); cr_count 649 net/sunrpc/auth.c refcount_set(&cred->cr_count, 1); cr_count 737 net/sunrpc/auth.c if (refcount_dec_and_test(&cred->cr_count)) cr_count 739 net/sunrpc/auth.c if (refcount_read(&cred->cr_count) != 1 || cr_count 750 net/sunrpc/auth.c if (refcount_dec_and_test(&cred->cr_count)) cr_count 141 net/sunrpc/auth_null.c .cr_count = REFCOUNT_INIT(2),