Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/include/net/
H A Dfq_impl.h64 fq_skb_free_t free_func) in fq_flow_drop() argument
82 free_func(fq, tin, flow, skb); in fq_flow_drop()
200 fq_skb_free_t free_func) in fq_tin_enqueue() argument
240 if (!fq_flow_drop(fq, flow, free_func)) in fq_tin_enqueue()
256 fq_skb_free_t free_func) in fq_flow_filter() argument
269 free_func(fq, tin, flow, skb); in fq_flow_filter()
277 fq_skb_free_t free_func) in fq_tin_filter() argument
284 fq_flow_filter(fq, flow, filter_func, filter_data, free_func); in fq_tin_filter()
286 fq_flow_filter(fq, flow, filter_func, filter_data, free_func); in fq_tin_filter()
291 fq_skb_free_t free_func) in fq_flow_reset() argument
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_mru_cache.c100 xfs_mru_cache_free_func_t free_func; /* Function pointer for freeing. */ member
251 mru->free_func(mru->data, elem); in _xfs_mru_cache_clear_reap_list()
321 xfs_mru_cache_free_func_t free_func) in xfs_mru_cache_create() argument
330 if (!mrup || !grp_count || !lifetime_ms || !free_func) in xfs_mru_cache_create()
361 mru->free_func = free_func; in xfs_mru_cache_create()
485 mru->free_func(mru->data, elem); in xfs_mru_cache_delete()
H A Dxfs_mru_cache.h23 xfs_mru_cache_free_func_t free_func);
/openbmc/u-boot/include/u-boot/
H A Dzlib.h98 # define free_func z_free_func macro
415 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt size));
430 free_func zfree; /* used to free the internal state */
/openbmc/linux/drivers/usb/gadget/
H A Dfunctions.c87 f->free_func(f); in usb_put_function()
/openbmc/linux/lib/
H A Doverflow_kunit.c562 #define DEFINE_TEST_ALLOC(func, free_func, want_arg, want_gfp, want_node)\ argument
573 free ## want_arg (free_func, arg, ptr); \
580 free ## want_arg (free_func, arg, ptr); \
587 free ## want_arg (free_func, arg, ptr); \
/openbmc/linux/include/linux/usb/
H A Dcomposite.h205 void (*free_func)(struct usb_function *f); member
/openbmc/linux/drivers/usb/gadget/function/
H A Df_serial.c387 gser->port.func.free_func = gser_free; in gser_alloc()
H A Df_subset.c497 geth->port.func.free_func = geth_free; in geth_alloc()
H A Df_obex.c482 obex->port.func.free_func = obex_free; in obex_alloc()
H A Df_loopback.c449 loop->function.free_func = lb_free_func; in loopback_alloc()
H A Df_eem.c668 eem->port.func.free_func = eem_free; in eem_alloc()
H A Df_phonet.c685 fp->function.free_func = phonet_free; in phonet_alloc()
H A Df_acm.c766 acm->port.func.free_func = acm_free_func; in acm_alloc_func()
H A Df_ecm.c961 ecm->port.func.free_func = ecm_free; in ecm_alloc()
H A Df_rndis.c1003 rndis->port.func.free_func = rndis_free; in rndis_alloc()
H A Df_uac1_legacy.c1007 audio->card.func.free_func = f_audio_free; in f_audio_alloc()
H A Df_uvc.c1100 uvc->func.free_func = uvc_free; in uvc_alloc()
H A Df_sourcesink.c867 ss->function.free_func = sourcesink_free_func; in source_sink_alloc_func()
H A Df_hid.c1310 hidg->func.free_func = hidg_free; in hidg_alloc()
H A Df_midi.c1393 midi->func.free_func = f_midi_free; in f_midi_alloc()
H A Df_printer.c1505 dev->function.free_func = gprinter_free; in gprinter_alloc()
H A Df_ncm.c1728 ncm->port.func.free_func = ncm_free; in ncm_alloc()
/openbmc/u-boot/lib/zlib/
H A Dinflate.c47 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()
932 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateEnd()
H A Ddeflate.c241 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {

12