Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_swapcache.c179 enum { SWAPC_WRITING, SWAPC_CLEANING } state = SWAPC_WRITING; in vm_swapcached_thread() enumerator
258 if (state == SWAPC_WRITING) { in vm_swapcached_thread()
263 state = SWAPC_WRITING; in vm_swapcached_thread()
282 if (state != SWAPC_WRITING) { in vm_swapcached_thread()