Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ggate/ggated/
H A Dggated.c623 malloc_waitok(size_t size) in malloc_waitok() function
649 req = malloc_waitok(sizeof(*req)); in recv_thread()
670 req->r_data = malloc_waitok(req->r_length); in recv_thread()