Searched refs:ALLOC_SLEEP (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/modules/
H A Dppp_mod.h10 #define ALLOC_SLEEP(n) kmem_alloc((n), KM_SLEEP) macro
17 #define ALLOC_SLEEP(n) kmem_alloc((n), KMEM_SLEEP) macro
36 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_WAITOK) macro
39 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_WAITOK) macro
64 #define ALLOC_SLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Ddeflate.c161 z = (struct zchunk *) ALLOC_SLEEP(size);
226 state = (struct deflate_state *) ALLOC_SLEEP(sizeof(*state));
481 state = (struct deflate_state *) ALLOC_SLEEP(sizeof(*state));
H A Dbsd-comp.c365 db = (struct bsd_db *) ALLOC_SLEEP(newlen);
377 db->lens = (u_short *) ALLOC_SLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
H A Dif_ppp.c169 sp = (if_ppp_t *) ALLOC_SLEEP(sizeof (if_ppp_t));
H A Dppp_comp.c198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
H A Dppp.c440 up = (upperstr_t *) ALLOC_SLEEP(sizeof(upperstr_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/solaris/
H A Dppp_mod.h10 #define ALLOC_SLEEP(n) kmem_alloc((n), KM_SLEEP) macro
17 #define ALLOC_SLEEP(n) kmem_alloc((n), KMEM_SLEEP) macro
36 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_WAITOK) macro
39 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_WAITOK) macro
64 #define ALLOC_SLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Dppp_comp.c198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
H A Dppp.c442 up = (upperstr_t *) ALLOC_SLEEP(sizeof(upperstr_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/modules/
H A Dppp_mod.h10 #define ALLOC_SLEEP(n) kmem_alloc((n), KM_SLEEP) macro
17 #define ALLOC_SLEEP(n) kmem_alloc((n), KMEM_SLEEP) macro
36 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_WAITOK) macro
39 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_WAITOK) macro
64 #define ALLOC_SLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Ddeflate.c161 z = (struct zchunk *) ALLOC_SLEEP(size);
226 state = (struct deflate_state *) ALLOC_SLEEP(sizeof(*state));
481 state = (struct deflate_state *) ALLOC_SLEEP(sizeof(*state));
H A Dbsd-comp.c365 db = (struct bsd_db *) ALLOC_SLEEP(newlen);
377 db->lens = (u_short *) ALLOC_SLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
H A Dif_ppp.c169 sp = (if_ppp_t *) ALLOC_SLEEP(sizeof (if_ppp_t));
H A Dppp_comp.c198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
H A Dppp.c440 up = (upperstr_t *) ALLOC_SLEEP(sizeof(upperstr_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/solaris/
H A Dppp_mod.h10 #define ALLOC_SLEEP(n) kmem_alloc((n), KM_SLEEP) macro
17 #define ALLOC_SLEEP(n) kmem_alloc((n), KMEM_SLEEP) macro
36 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_WAITOK) macro
39 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_WAITOK) macro
64 #define ALLOC_SLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Dppp_comp.c198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
H A Dppp.c442 up = (upperstr_t *) ALLOC_SLEEP(sizeof(upperstr_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/modules/
H A Dppp_mod.h10 #define ALLOC_SLEEP(n) kmem_alloc((n), KM_SLEEP) macro
17 #define ALLOC_SLEEP(n) kmem_alloc((n), KMEM_SLEEP) macro
36 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_WAITOK) macro
39 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_WAITOK) macro
64 #define ALLOC_SLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Ddeflate.c161 z = (struct zchunk *) ALLOC_SLEEP(size);
226 state = (struct deflate_state *) ALLOC_SLEEP(sizeof(*state));
481 state = (struct deflate_state *) ALLOC_SLEEP(sizeof(*state));
H A Dbsd-comp.c365 db = (struct bsd_db *) ALLOC_SLEEP(newlen);
377 db->lens = (u_short *) ALLOC_SLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
H A Dif_ppp.c169 sp = (if_ppp_t *) ALLOC_SLEEP(sizeof (if_ppp_t));
H A Dppp_comp.c198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/solaris/
H A Dppp_mod.h10 #define ALLOC_SLEEP(n) kmem_alloc((n), KM_SLEEP) macro
17 #define ALLOC_SLEEP(n) kmem_alloc((n), KMEM_SLEEP) macro
36 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_WAITOK) macro
39 #define ALLOC_SLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_WAITOK) macro
64 #define ALLOC_SLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Dppp_comp.c198 cp = (comp_state_t *) ALLOC_SLEEP(sizeof(comp_state_t));

Completed in 272 milliseconds

12