Searched defs:nowait (Results 1 - 3 of 3) sorted by relevance
| /src/sys/uvm/ |
| H A D | uvm_amap.c | 152 const bool nowait = (flags & UVM_FLAG_NOWAIT) != 0; local in function:amap_alloc1
|
| /src/sys/kern/ |
| H A D | vfs_trans.c | 766 vfs_suspend(struct mount *mp, int nowait) argument
|
| /src/sys/arch/m68k/m68k/ |
| H A D | pmap_68k.c | 564 pmap_page_alloc(bool nowait) argument 581 pmap_ptpage_alloc(bool segtab, bool nowait) argument 696 pmap_pv_alloc(bool nowait) argument 1126 pmap_table_alloc(pmap_t pmap,bool segtab,bool nowait,struct pmap_completion * pc) argument 1342 pmap_table_insert(pmap_t pmap,struct pmap_table * t1,unsigned int stidx,unsigned int segnum,bool segtab,bool nowait,struct pmap_completion * pc) argument 1484 pmap_pte_alloc(pmap_t pmap,vaddr_t va,struct pmap_table ** out_pt,bool nowait,struct pmap_completion * pc) argument [all...] |
Completed in 7 milliseconds