Home
last modified time | relevance | path

Searched refs:destructor (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dlinux_pkt.c312 if (skb->destructor || irqs_disabled()) { in linux_pktfree_irq()
314 * destructor exists in linux_pktfree_irq()
318 /* can free immediately (even in_irq()) if destructor in linux_pktfree_irq()
381 if (skb->destructor) { in linux_pktfree()
383 * destructor exists in linux_pktfree()
387 /* can free immediately (even in_irq()) if destructor in linux_pktfree()
664 if (!skb->destructor || skb->destructor == sock_wfree) in osl_pkt_orphan_partial()
669 sprint_symbol(sym, (unsigned long)skb->destructor); in osl_pkt_orphan_partial()
672 p_tcp_wfree = skb->destructor; in osl_pkt_orphan_partial()
[all...]
H A Ddhd_linux.c7933 /* in unregister_netdev case, the interface gets freed by net->destructor in dhd_allocate_if()
7993 #define IFP_NET_DESTRUCTOR ifp->net->destructor in dhd_allocate_if()
8168 /* in unregister_netdev case, the interface gets freed by net->destructor in dhd_remove_if()
12451 /* in unregister_netdev case, the interface gets freed by net->destructor in dhd_detach()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dmedia_mem.c139 p->destructor = kfree; in hil_mmz_create()
181 p->destructor = kfree; in hil_mmz_create_v2()
192 if (zone->destructor) { in hil_mmz_destroy()
193 zone->destructor(zone); in hil_mmz_destroy()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_media_mem.h104 void (*destructor)(const void *); member
H A Ddrv_media_mem.c188 p->destructor = hil_media_memory_zone_free; in hil_mmz_create()
270 if (zone->destructor != NULL) { in hil_mmz_destroy()
271 zone->destructor(zone); in hil_mmz_destroy()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_mmz.h46 void (*destructor)(const void *); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_mmz.h43 void (*destructor)(const void *); member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_mmz.h44 void (*destructor)(const void *); member
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
H A Dparser.y111 %destructor {

Completed in 31 milliseconds