Home
last modified time | relevance | path

Searched refs:malloc_flag (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_message_writer.c61 nw->malloc_flag = mflag; in nlmsg_get_buf()
165 new = nl_buf_alloc(new_len, nw->malloc_flag | M_ZERO); in _nlmsg_refill_buffer()
H A Dnetlink_message_writer.h56 int malloc_flag; /* M_WAITOK or M_NOWAIT */ member
/freebsd/sys/kern/
H A Dsubr_rman.c110 int_alloc_resource(int malloc_flag) in int_alloc_resource() argument
114 r = malloc(sizeof *r, M_RMAN, malloc_flag | M_ZERO); in int_alloc_resource()
/freebsd/sys/net/
H A Dif_var.h594 char *if_allocdescr(size_t sz, int malloc_flag);
H A Dif.c4338 if_allocdescr(size_t sz, int malloc_flag) in if_allocdescr() argument
4340 malloc_flag &= (M_WAITOK | M_NOWAIT); in if_allocdescr()
4341 return (malloc(sz, M_IFDESCR, M_ZERO | malloc_flag)); in if_allocdescr()