Searched refs:autofs_interruptible (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/fs/autofs/
H A Dautofs.c148 int autofs_interruptible = 1; variable
149 TUNABLE_INT("vfs.autofs.interruptible", &autofs_interruptible);
151 &autofs_interruptible, 1, "Allow requests to be interrupted by signal");
453 if (autofs_interruptible != 0) {

Completed in 98 milliseconds