Searched refs:items (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/ |
D | libsrp.c | 56 q->items = kcalloc(max, sizeof(struct iu_entry), GFP_KERNEL); in srp_iu_pool_alloc() 57 if (!q->items) in srp_iu_pool_alloc() 66 for (i = 0, iue = q->items; i < max; i++) { in srp_iu_pool_alloc() 74 kfree(q->items); in srp_iu_pool_alloc() 82 kfree(q->items); in srp_iu_pool_free()
|
D | libiscsi.c | 1933 iscsi_pool_init(struct iscsi_pool *q, int max, void ***items, int item_size) in iscsi_pool_init() argument 1943 if (items) in iscsi_pool_init() 1963 if (items) { in iscsi_pool_init() 1964 *items = q->pool + max; in iscsi_pool_init() 1965 memcpy(*items, q->pool, max * sizeof(void *)); in iscsi_pool_init()
|
/drivers/net/wireless/libertas/ |
D | debugfs.c | 827 static struct debug_data items[] = { variable 832 static int num_of_items = ARRAY_SIZE(items); 963 items[i].addr += (size_t) priv; in lbs_debug_init() 966 priv->debugfs_dir, &items[0], in lbs_debug_init()
|
/drivers/media/video/pwc/ |
D | philips.txt | 185 'trace' of some of the calls the module makes; it logs all items in your
|
/drivers/net/wireless/ |
D | rndis_wlan.c | 2309 __le32 items[8]; in rndis_wext_get_caps() member 2331 switch (le32_to_cpu(networks_supported.items[i])) { in rndis_wext_get_caps()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1230 * some items in the PCI block. The ULTRA2
|