Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_synch.c141 int catch, pri, rval, sleepq_flags; in _sleep() local
168 catch = priority & PCATCH; in _sleep()
178 if (catch) in _sleep()
214 if (sbt != 0 && catch) in _sleep()
218 else if (catch) in _sleep()
418 bool catch, drop; in _blockcount_sleep() local
423 catch = (prio & PCATCH) != 0; in _blockcount_sleep()
457 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0); in _blockcount_sleep()
458 if (catch) in _blockcount_sleep()
H A Dkern_lock.c271 int catch, error; in sleeplk() local
274 catch = pri & PCATCH; in sleeplk()
286 sleepq_add(&lk->lock_object, NULL, wmesg, SLEEPQ_LK | (catch ? in sleeplk()
294 if ((flags & LK_TIMELOCK) && timo && catch) in sleeplk()
298 else if (catch) in sleeplk()
H A Dsys_pipe.c231 static __inline int pipelock(struct pipe *cpipe, int catch);
615 pipelock(struct pipe *cpipe, int catch) in pipelock() argument
622 if (catch) in pipelock()
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c106 } catch (e) { in randombytes_stir()
115 } catch (e) { in randombytes_stir()
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Demscripten.sh107 } catch (err) {
112 }).catch(function () {
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpre.js.inc4 } catch(e) {
H A Dindex.html.tpl73 } catch (e) {
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-gpio.yaml23 # node name to at least catch some child nodes.
/f-stack/freebsd/sys/
H A Dbuf.h316 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
318 (interlock), (wmesg), (PRIBIO + 4) | (catch), (timo), \
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h609 #define LUAI_TRY(L,c,a) try { a } catch(...) \
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in252 # Test if it works (will catch missing/broken libs etc)
260 # Test if it works (will catch missing/broken libs etc)
/f-stack/doc/
H A DF-Stack_Development_Guide.md3 …gher performant network processing solution. Kernel bypass has emerged to catch more and more atte…
/f-stack/
H A DREADME.md8 …gher performant network processing solution. Kernel bypass has emerged to catch more and more atte…
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c123 try { a } catch(...) { if ((c)->status == 0) (c)->status = -1; }
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md53 checks and all the ASSERTs to help quickly catch potential issues.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst131 * Added PF support Malicious Device Drive event catch and notify.
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dvendor-prefixes.yaml1207 # These should catch all node/property names without a prefix
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst448 'catch-all' filters should be added last.
H A Di40e.rst46 - Malicious Device Drive event catch and notify
/f-stack/tools/libxo/doc/
H A Dapi.rst1636 "extern" declaration is provided to help catch errors.
/f-stack/app/nginx-1.16.1/
H A DCHANGES5062 *) Bugfix: worker processes might not catch reconfiguration and log
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt319 variable warning. Some compilers catch potential uninitialized variables.
1786 to catch the problem up front. Note: Marking such a method as
16369 order to catch corrupted tables.