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

  /src/sys/arch/sparc64/dev/
mkclock.c 268 * writers can run simultaneously.
277 static int writers; local in function:mkclock_wenable
282 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
284 prot = --writers == 0 ? VM_PROT_READ : 0;
mkclock.c 268 * writers can run simultaneously.
277 static int writers; local in function:mkclock_wenable
282 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
284 prot = --writers == 0 ? VM_PROT_READ : 0;
mkclock.c 268 * writers can run simultaneously.
277 static int writers; local in function:mkclock_wenable
282 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
284 prot = --writers == 0 ? VM_PROT_READ : 0;
mkclock.c 268 * writers can run simultaneously.
277 static int writers; local in function:mkclock_wenable
282 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
284 prot = --writers == 0 ? VM_PROT_READ : 0;
  /src/sys/arch/sparc/sparc/
mkclock.c 273 * stomped on by a buggy code. We coordinate so that several writers
291 static int writers; local in function:mk_nvram_wenable
295 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
297 prot = --writers == 0 ? VM_PROT_READ : 0;
mkclock.c 273 * stomped on by a buggy code. We coordinate so that several writers
291 static int writers; local in function:mk_nvram_wenable
295 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
297 prot = --writers == 0 ? VM_PROT_READ : 0;
mkclock.c 273 * stomped on by a buggy code. We coordinate so that several writers
291 static int writers; local in function:mk_nvram_wenable
295 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
297 prot = --writers == 0 ? VM_PROT_READ : 0;
mkclock.c 273 * stomped on by a buggy code. We coordinate so that several writers
291 static int writers; local in function:mk_nvram_wenable
295 prot = writers++ == 0 ? VM_PROT_READ|VM_PROT_WRITE : 0;
297 prot = --writers == 0 ? VM_PROT_READ : 0;

Completed in 42 milliseconds