ccp_units 119 drivers/crypto/ccp/ccp-dev.c static LIST_HEAD(ccp_units); ccp_units 140 drivers/crypto/ccp/ccp-dev.c list_add_tail(&ccp->entry, &ccp_units); ccp_units 168 drivers/crypto/ccp/ccp-dev.c if (list_is_last(&ccp_rr->entry, &ccp_units)) ccp_units 169 drivers/crypto/ccp/ccp-dev.c ccp_rr = list_first_entry(&ccp_units, struct ccp_device, ccp_units 175 drivers/crypto/ccp/ccp-dev.c if (list_empty(&ccp_units)) ccp_units 212 drivers/crypto/ccp/ccp-dev.c if (!list_empty(&ccp_units)) { ccp_units 215 drivers/crypto/ccp/ccp-dev.c if (list_is_last(&ccp_rr->entry, &ccp_units)) ccp_units 216 drivers/crypto/ccp/ccp-dev.c ccp_rr = list_first_entry(&ccp_units, struct ccp_device, ccp_units 238 drivers/crypto/ccp/ccp-dev.c ret = list_empty(&ccp_units); ccp_units 258 drivers/crypto/ccp/ccp-dev.c if (!list_empty(&ccp_units)) { ccp_units 259 drivers/crypto/ccp/ccp-dev.c dp = list_first_entry(&ccp_units, struct ccp_device, entry);