Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_sx.c146 static __read_frequently u_int asx_retries; variable
149 SYSCTL_UINT(_debug_sx, OID_AUTO, retries, CTLFLAG_RW, &asx_retries, 0, "");
164 asx_retries = 10; in sx_lock_delay_init()
674 if (spintries == asx_retries) in _sx_xlock_hard()