Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h97 # define alloc_func z_alloc_func macro
414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
429 alloc_func zalloc; /* used to allocate the internal state */
/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c309 struct alloc_func { struct
316 static struct alloc_func *alloc_func_list; argument
320 const struct alloc_func *fa = a; in funcmp()
321 const struct alloc_func *fb = b; in funcmp()
331 const struct alloc_func *fa = a; in callcmp()
332 const struct alloc_func *fb = b; in callcmp()
349 struct alloc_func *func; in build_alloc_func_list()
421 struct alloc_func key, *caller; in find_callsite()
/openbmc/linux/include/linux/usb/
H A Dcomposite.h571 struct usb_function *(*alloc_func)(struct usb_function_instance *inst); member
601 .alloc_func = _func_alloc, \
/openbmc/linux/drivers/usb/gadget/
H A Dfunctions.c61 f = fi->fd->alloc_func(fi); in usb_get_function()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c237 if (strm->zalloc == (alloc_func)0) {
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
H A Dinflate.c43 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()