Home
last modified time | relevance | path

Searched refs:NCF_WIP (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cache.c438 #define NCF_WIP 0x80 macro
474 __predict_true((_nc_flag & (NCF_INVALID | NCF_WIP)) == 0); \
486 __predict_true((_nc_flag & (NCF_INVALID | NCF_WIP | NCF_WHITE)) == 0); \
2524 ncp->nc_flag = flag | NCF_WIP; in cache_enter_time()
2663 atomic_store_char(&ncp->nc_flag, ncp->nc_flag & ~NCF_WIP); in cache_enter_time()