Home
last modified time | relevance | path

Searched refs:pool_cache_put (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd-src/sys/ufs/chfs/
H A Dchfs_malloc.c173 pool_cache_put(chfs_vnode_cache, vc); in chfs_vnode_cache_free()
209 pool_cache_put(chfs_nrefs_cache, nref); in chfs_free_refblock()
325 pool_cache_put(chfs_flash_vnode_cache, fvnode); in chfs_free_flash_vnode()
341 pool_cache_put(chfs_flash_dirent_cache, fdnode); in chfs_free_flash_dirent()
357 pool_cache_put(chfs_flash_dnode_cache, fdnode); in chfs_free_flash_dnode()
373 pool_cache_put(chfs_node_frag_cache, frag); in chfs_free_node_frag()
390 pool_cache_put(chfs_tmp_dnode_cache, td); in chfs_free_tmp_dnode()
407 pool_cache_put(chfs_tmp_dnode_info_cache, di); in chfs_free_tmp_dnode_info()
/netbsd-src/sys/dev/dmover/
H A Ddmover_request.c93 pool_cache_put(dmover_request_cache, dreq); in dmover_request_alloc()
120 pool_cache_put(dmover_request_cache, dreq); in dmover_request_free()
/netbsd-src/sys/netipsec/
H A Dxform_ipcomp.c215 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_input()
288 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_input_cb()
346 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_input_cb()
468 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_output()
612 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_output_cb()
628 pool_cache_put(ipcomp_tdb_crypto_pool_cache, tc); in ipcomp_output_cb()
H A Dxform_esp.c483 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_input()
582 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_input_cb()
669 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_input_cb()
883 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_output()
978 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_output_cb()
1012 pool_cache_put(esp_tdb_crypto_pool_cache, tc); in esp_output_cb()
H A Dxform_ah.c700 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_input()
819 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_input_cb()
868 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_input_cb()
1113 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_output()
1174 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_output_cb()
1206 pool_cache_put(ah_tdb_crypto_pool_cache, tc); in ah_output_cb()
/netbsd-src/sys/netinet/
H A Dip_reass.c335 pool_cache_put(ipfren_cache, q); in ip_reass()
389 pool_cache_put(ipfren_cache, q); in ip_reass()
394 pool_cache_put(ipfren_cache, q); in ip_reass()
433 pool_cache_put(ipfren_cache, ipqe); in ip_reass()
457 pool_cache_put(ipfren_cache, q); in ip_freef()
H A Din_pcb.c248 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_create()
250 pool_cache_put(in6pcb_pool_cache, inp); in inpcb_create()
253 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_create()
720 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_destroy()
722 pool_cache_put(in6pcb_pool_cache, inp); in inpcb_destroy()
725 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_destroy()
/netbsd-src/sys/net/npf/
H A Dnpf_tableset.c323 pool_cache_put(tblent_cache, ent); in table_ipset_flush()
335 pool_cache_put(tblent_cache, ent); in table_tree_flush()
361 pool_cache_put(tblent_cache, ent); in table_ifaddr_flush()
606 pool_cache_put(tblent_cache, ent); in npf_table_insert()
661 pool_cache_put(tblent_cache, ent); in npf_table_remove()
876 pool_cache_put(tblent_cache, ent); in npf_table_gc()
H A Dnpf_nat.c517 pool_cache_put(nat_cache, nt); in npf_nat_create()
894 pool_cache_put(nat_cache, nt); in npf_nat_destroy()
993 pool_cache_put(nat_cache, nt); in npf_nat_import()
/netbsd-src/sys/ufs/ffs/
H A Dffs_vnops.c538 pool_cache_put(ffs_dinode1_cache, ip->i_din.ffs1_din); in ffs_reclaim()
540 pool_cache_put(ffs_dinode2_cache, ip->i_din.ffs2_din); in ffs_reclaim()
555 pool_cache_put(ffs_inode_cache, data); in ffs_reclaim()
/netbsd-src/sys/dev/gpio/
H A Dgpioirq.c347 pool_cache_put(sc->sc_readpool,chp); in gpioirq_read()
383 pool_cache_put(sc->sc_readpool,q); in gpioirq_close()
451 pool_cache_put(sc->sc_readpool,q); in gpioirq_detach()
/netbsd-src/sys/uvm/
H A Duvm_glue.c389 pool_cache_put(uvm_uarea_cache, (void *)uaddr); in uvm_uarea_free()
397 pool_cache_put(uvm_uarea_system_cache, (void *)uaddr); in uvm_uarea_system_free()
H A Duvm_anon.c189 pool_cache_put(&uvm_anon_cache, anon); in uvm_anfree()
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dkmem.c119 pool_cache_put(km->km_pool, object); in kmem_cache_free()
/netbsd-src/sys/dev/dtv/
H A Ddtv_scatter.c115 pool_cache_put(sb->sb_pool, old_ary[i]); in dtv_scatter_buf_set_size()
/netbsd-src/regress/sys/kern/allocfree/
H A Dallocfree.c129 pool_cache_put(cache, p); in cache_method()
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dslab.h272 pool_cache_put(kc->kc_pool_cache, ptr); in kmem_cache_free()
/netbsd-src/sys/sys/
H A Dpool.h365 #define pool_cache_put(pc, o) pool_cache_put_paddr((pc), (o), \ macro
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdqueue.c279 pool_cache_put(sc->sc_qhpool, qh); in dwc2_hcd_qh_free()
918 pool_cache_put(sc->sc_qtdpool, qtd); in dwc2_hcd_qtd_unlink_and_free()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c353 pool_cache_put(fpstate_cache, fs); in cpu_lwp_free2()
H A Dsunos32_machdep.c145 pool_cache_put(fpstate_cache, fs); in sunos32_setregs()
/netbsd-src/sys/ufs/ufs/
H A Dufs_dirhash.c101 pool_cache_put(ufsdirhashblk_cache, ptr)
280 pool_cache_put(ufsdirhash_cache, dh); in ufsdirhash_build()
316 pool_cache_put(ufsdirhash_cache, dh); in ufsdirhash_free()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_dirhash.c102 pool_cache_put(ulfsdirhashblk_cache, ptr)
284 pool_cache_put(ulfsdirhash_cache, dh); in ulfsdirhash_build()
322 pool_cache_put(ulfsdirhash_cache, dh); in ulfsdirhash_free()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dpmap.c1570 pool_cache_put(&_pmap_cache, pm); in pmap_destroy()
2068 pool_cache_put(&_pmap_pv_pool, spv); in _pmap_enter()
2071 pool_cache_put(&_pmap_pv_pool, opv); in _pmap_enter()
2142 pool_cache_put(&_pmap_pv_pool, pv); in pmap_remove_all()
2234 pool_cache_put(&_pmap_pv_pool, pv); in pmap_remove()
2290 pool_cache_put(&_pmap_pv_pool, pv); in pmap_page_remove()
/netbsd-src/sys/dev/pci/
H A Dhifn7751.c2399 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_process()
2415 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_process()
2475 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_abort()
2597 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_callback()
2708 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_compression()
2920 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_callback_comp()
2936 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_callback_comp()

1234