Searched refs:nointr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
H A D | nfs-sample.cfg | 40 NFS_OPTIONS+="nointr,timeo=600,proto=tcp,actimeo=0,port=2049"
|
/freebsd/tests/sys/file/ |
H A D | flock_helper.c | 1549 int nointr; in main() local 1575 nointr = 0; in main() 1584 nointr = !strcmp(st.f_fstypename, "nfs"); in main() 1589 if (tests[i].intr && nointr) in main()
|
/freebsd/sys/dev/intpm/ |
H A D | intpm.c | 83 static void intsmb_start(struct intsmb_softc *sc, u_char cmd, int nointr); 527 intsmb_start(struct intsmb_softc *sc, unsigned char cmd, int nointr) in intsmb_start() argument 538 if (!sc->poll && !cold && !nointr) in intsmb_start()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.hh | 368 bool no_clusterr, unsigned time_gran, bool nointr,
|
H A D | mockfs.cc | 423 bool noclusterr, unsigned time_gran, bool nointr, bool noatime, in MockFS() argument 509 if (nointr) { in MockFS()
|