Searched refs:free_pool (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | queue.c | 112 list_move_tail(&iter->head, &queue->free_pool); in __cw1200_queue_gc() 178 INIT_LIST_HEAD(&queue->free_pool); in cw1200_queue_init() 194 list_add_tail(&queue->pool[i].head, &queue->free_pool); in cw1200_queue_init() 213 list_move_tail(&item->head, &queue->free_pool); in cw1200_queue_clear() 245 INIT_LIST_HEAD(&queue->free_pool); in cw1200_queue_deinit() 288 if (!WARN_ON(list_empty(&queue->free_pool))) { in cw1200_queue_put() 290 &queue->free_pool, struct cw1200_queue_item, head); in cw1200_queue_put() 446 list_move(&item->head, &queue->free_pool); in cw1200_queue_remove()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_spq.c | 495 INIT_LIST_HEAD(&p_spq->free_pool); in qed_spq_setup() 507 list_add_tail(&p_virt->list, &p_spq->free_pool); in qed_spq_setup() 635 if (list_empty(&p_spq->free_pool)) { in qed_spq_get_entry() 645 p_ent = list_first_entry(&p_spq->free_pool, in qed_spq_get_entry() 662 list_add_tail(&p_ent->list, &p_hwfn->p_spq->free_pool); in __qed_spq_return_entry() 693 if (list_empty(&p_spq->free_pool)) { in qed_spq_add_entry() 701 p_en2 = list_first_entry(&p_spq->free_pool, in qed_spq_add_entry() 782 while (!list_empty(&p_spq->free_pool)) { in qed_spq_pend_post()
|
| H A D | qed_sp.h | 176 struct list_head free_pool; member
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | random.c | 167 efi_bs_call(free_pool, prev_seed); in efi_random_get_seed() 173 efi_bs_call(free_pool, seed); in efi_random_get_seed()
|
| H A D | arm32-stub.c | 69 efi_bs_call(free_pool, efi_entry_state); in check_platform_features()
|
| H A D | tpm.c | 148 efi_bs_call(free_pool, log_tbl); in efi_retrieve_tcg2_eventlog()
|
| H A D | unaccepted_memory.c | 82 efi_bs_call(free_pool, unaccepted_table); in allocate_unaccepted_bitmap()
|
| H A D | efi-stub-helper.c | 440 efi_bs_call(free_pool, map); in efi_exit_boot_services() 655 efi_bs_call(free_pool, tbl); in efi_load_initrd()
|
| H A D | fdt.c | 339 efi_bs_call(free_pool, priv.runtime_map); in allocate_new_fdt_and_exit_boot()
|
| /linux/mm/ |
| H A D | dmapool_test.c | 85 goto free_pool; in dmapool_test_block() 95 free_pool: in dmapool_test_block()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_arg.c | 146 goto free_pool; in dr_arg_pool_create() 150 free_pool: in dr_arg_pool_create()
|
| H A D | dr_icm_pool.c | 553 goto free_pool; in mlx5dr_icm_pool_create() 557 free_pool: in mlx5dr_icm_pool_create()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | pool.c | 370 goto free_pool; in mlx5hws_pool_create() 376 free_pool: in mlx5hws_pool_create()
|
| H A D | action_ste_pool.c | 339 goto free_pool; in mlx5hws_action_ste_pool_init() 352 free_pool: in mlx5hws_action_ste_pool_init()
|
| H A D | fs_hws.c | 1435 goto free_pool; in mlx5_fs_create_mh_pool() 1443 free_pool: in mlx5_fs_create_mh_pool()
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | libsrp.c | 35 goto free_pool; in srp_iu_pool_alloc() 47 free_pool: in srp_iu_pool_alloc()
|
| /linux/mm/kfence/ |
| H A D | core.c | 1034 goto free_pool; in kfence_init_late() 1051 free_pool: in kfence_init_late() 1056 free_pool: in kfence_init_late()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_common.c | 180 goto free_pool; in prueth_xmit_free() 205 free_pool: in prueth_xmit_free()
|
| H A D | icssg_prueth.c | 2120 goto free_pool; in prueth_probe() 2262 free_pool: in prueth_probe()
|