HomeSort by: relevance | last modified time | path
    Searched defs:vmem_fit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_vmem.c 915 * vmem_fit: check if a bt can satisfy the given restrictions.
922 vmem_fit(const bt_t *bt, vmem_size_t size, vmem_size_t align, function in typeref:typename:int
1258 rc = vmem_fit(bt, size, align, phase,
1287 rc = vmem_fit(bt, size, align, phase,
subr_vmem.c 915 * vmem_fit: check if a bt can satisfy the given restrictions.
922 vmem_fit(const bt_t *bt, vmem_size_t size, vmem_size_t align, function in typeref:typename:int
1258 rc = vmem_fit(bt, size, align, phase,
1287 rc = vmem_fit(bt, size, align, phase,

Completed in 24 milliseconds