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

/freebsd-10.0-release/sys/kern/
H A Dsubr_rman.c119 int_alloc_resource(int malloc_flag) function
170 r = int_alloc_resource(M_NOWAIT);
406 new = int_alloc_resource(M_WAITOK);
421 new = int_alloc_resource(M_WAITOK);
526 rv = int_alloc_resource(M_NOWAIT);
544 r = int_alloc_resource(M_NOWAIT);
602 rv = int_alloc_resource(M_NOWAIT);

Completed in 63 milliseconds