Searched refs:ALLOC_NOSLEEP (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/modules/
H A Dppp_mod.h11 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KM_NOSLEEP) macro
18 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KMEM_NOSLEEP) macro
37 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_NOWAIT) macro
40 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_NOWAIT) macro
65 #define ALLOC_NOSLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Ddeflate.c163 z = (struct zchunk *) ALLOC_NOSLEEP(size);
178 z = (struct zchunk *) ALLOC_NOSLEEP(size);
228 state = (struct deflate_state *) ALLOC_NOSLEEP(sizeof(*state));
483 state = (struct deflate_state *) ALLOC_NOSLEEP(sizeof(*state));
H A Dif_ppp.c267 ALLOC_NOSLEEP(newn * sizeof (struct ifnet *));
272 ALLOC_NOSLEEP(newn * sizeof (struct if_ppp_t *));
292 ifp = (struct ifnet *) ALLOC_NOSLEEP(sizeof (struct ifnet));
H A Dbsd-comp.c367 db = (struct bsd_db *) ALLOC_NOSLEEP(newlen);
379 db->lens = (u_short *) ALLOC_NOSLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
H A Dppp_ahdlc.c269 state = (ahdlc_state_t *) ALLOC_NOSLEEP(sizeof(ahdlc_state_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/solaris/
H A Dppp_mod.h11 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KM_NOSLEEP) macro
18 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KMEM_NOSLEEP) macro
37 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_NOWAIT) macro
40 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_NOWAIT) macro
65 #define ALLOC_NOSLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Dppp_ahdlc.c272 state = (ahdlc_state_t *) ALLOC_NOSLEEP(sizeof(ahdlc_state_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/modules/
H A Dppp_mod.h11 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KM_NOSLEEP) macro
18 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KMEM_NOSLEEP) macro
37 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_NOWAIT) macro
40 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_NOWAIT) macro
65 #define ALLOC_NOSLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Ddeflate.c163 z = (struct zchunk *) ALLOC_NOSLEEP(size);
178 z = (struct zchunk *) ALLOC_NOSLEEP(size);
228 state = (struct deflate_state *) ALLOC_NOSLEEP(sizeof(*state));
483 state = (struct deflate_state *) ALLOC_NOSLEEP(sizeof(*state));
H A Dif_ppp.c267 ALLOC_NOSLEEP(newn * sizeof (struct ifnet *));
272 ALLOC_NOSLEEP(newn * sizeof (struct if_ppp_t *));
292 ifp = (struct ifnet *) ALLOC_NOSLEEP(sizeof (struct ifnet));
H A Dbsd-comp.c367 db = (struct bsd_db *) ALLOC_NOSLEEP(newlen);
379 db->lens = (u_short *) ALLOC_NOSLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
H A Dppp_ahdlc.c269 state = (ahdlc_state_t *) ALLOC_NOSLEEP(sizeof(ahdlc_state_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/solaris/
H A Dppp_mod.h11 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KM_NOSLEEP) macro
18 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KMEM_NOSLEEP) macro
37 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_NOWAIT) macro
40 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_NOWAIT) macro
65 #define ALLOC_NOSLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Dppp_ahdlc.c272 state = (ahdlc_state_t *) ALLOC_NOSLEEP(sizeof(ahdlc_state_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/modules/
H A Dppp_mod.h11 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KM_NOSLEEP) macro
18 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KMEM_NOSLEEP) macro
37 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_NOWAIT) macro
40 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_NOWAIT) macro
65 #define ALLOC_NOSLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Ddeflate.c163 z = (struct zchunk *) ALLOC_NOSLEEP(size);
178 z = (struct zchunk *) ALLOC_NOSLEEP(size);
228 state = (struct deflate_state *) ALLOC_NOSLEEP(sizeof(*state));
483 state = (struct deflate_state *) ALLOC_NOSLEEP(sizeof(*state));
H A Dif_ppp.c267 ALLOC_NOSLEEP(newn * sizeof (struct ifnet *));
272 ALLOC_NOSLEEP(newn * sizeof (struct if_ppp_t *));
292 ifp = (struct ifnet *) ALLOC_NOSLEEP(sizeof (struct ifnet));
H A Dbsd-comp.c367 db = (struct bsd_db *) ALLOC_NOSLEEP(newlen);
379 db->lens = (u_short *) ALLOC_NOSLEEP((maxmaxcode+1) * sizeof(db->lens[0]));
H A Dppp_ahdlc.c269 state = (ahdlc_state_t *) ALLOC_NOSLEEP(sizeof(ahdlc_state_t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/solaris/
H A Dppp_mod.h11 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KM_NOSLEEP) macro
18 #define ALLOC_NOSLEEP(n) kmem_alloc((n), KMEM_NOSLEEP) macro
37 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETP(n), M_DEVBUF, M_NOWAIT) macro
40 #define ALLOC_NOSLEEP(n) (void *)malloc((u_long)(n), BUCKETINDEX(n), M_DEVBUF, M_NOWAIT) macro
65 #define ALLOC_NOSLEEP(n) xmalloc((n), 0, pinned_heap) /* AIX V4.x */ macro
H A Dppp_ahdlc.c272 state = (ahdlc_state_t *) ALLOC_NOSLEEP(sizeof(ahdlc_state_t));

Completed in 94 milliseconds