Symbol: SWAPBLK_NONE
sys/kern/subr_blist.c
281
if (blk != SWAPBLK_NONE) {
sys/kern/subr_blist.c
289
return (SWAPBLK_NONE);
sys/kern/subr_blist.c
409
return (stats->start != SWAPBLK_NONE);
sys/kern/subr_blist.c
420
stats->start = SWAPBLK_NONE;
sys/kern/subr_blist.c
437
stats->start = SWAPBLK_NONE;
sys/kern/subr_blist.c
698
return (SWAPBLK_NONE);
sys/kern/subr_blist.c
709
return (SWAPBLK_NONE);
sys/kern/subr_blist.c
752
return (SWAPBLK_NONE);
sys/kern/subr_blist.c
790
return (SWAPBLK_NONE);
sys/kern/subr_blist.c
814
if (r != SWAPBLK_NONE) {
sys/kern/subr_blist.c
831
return (SWAPBLK_NONE);
sys/vm/swap_pager.c
1129
if (blk == SWAPBLK_NONE) {
sys/vm/swap_pager.c
1137
if (addr != SWAPBLK_NONE)
sys/vm/swap_pager.c
1219
if (blk0 == SWAPBLK_NONE) {
sys/vm/swap_pager.c
1342
if (range.start == SWAPBLK_NONE)
sys/vm/swap_pager.c
1346
sb->d[m->pindex % SWAP_META_PAGES] = SWAPBLK_NONE;
sys/vm/swap_pager.c
1416
KASSERT(bp->b_blkno != SWAPBLK_NONE,
sys/vm/swap_pager.c
1602
if (blk == SWAPBLK_NONE) {
sys/vm/swap_pager.c
1621
if (addr != SWAPBLK_NONE)
sys/vm/swap_pager.c
1872
*blk = SWAPBLK_NONE;
sys/vm/swap_pager.c
1893
if (sb->d[i] != SWAPBLK_NONE)
sys/vm/swap_pager.c
1932
if (sb->d[i] == SWAPBLK_NONE)
sys/vm/swap_pager.c
2123
if (sb->d[i] != SWAPBLK_NONE)
sys/vm/swap_pager.c
2170
if (swapblk == SWAPBLK_NONE)
sys/vm/swap_pager.c
2171
return (SWAPBLK_NONE);
sys/vm/swap_pager.c
2178
sb->d[i] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2243
if (!nowait_noreplace || prev_swapblk == SWAPBLK_NONE) {
sys/vm/swap_pager.c
2250
if (swapblk == SWAPBLK_NONE &&
sys/vm/swap_pager.c
2294
if (sb->d[i] == SWAPBLK_NONE)
sys/vm/swap_pager.c
2306
} else if (blk != SWAPBLK_NONE) {
sys/vm/swap_pager.c
2310
sb->d[i] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2371
if (sb->d[i] == SWAPBLK_NONE)
sys/vm/swap_pager.c
2379
sb->d[i] = SWAPBLK_NONE;
sys/vm/swap_pager.c
2399
if (sb->d[i] != SWAPBLK_NONE)
sys/vm/swap_pager.c
2442
return (SWAPBLK_NONE);
sys/vm/swap_pager.c
2461
if (sb->d[i] != SWAPBLK_NONE)
sys/vm/swap_pager.c
2468
if (sb->d[i] != SWAPBLK_NONE)
sys/vm/swap_pager.c
2530
sb->d[pindex % SWAP_META_PAGES] != SWAPBLK_NONE))
sys/vm/swap_pager.c
3091
if (sb->d[i] != SWAPBLK_NONE)
sys/vm/swap_pager.c
511
range->start = SWAPBLK_NONE;
sys/vm/swap_pager.c
938
blk = SWAPBLK_NONE;
sys/vm/swap_pager.c
948
if (blk != SWAPBLK_NONE)
sys/vm/swap_pager.c
958
if (blk != SWAPBLK_NONE) {