| /f-stack/freebsd/kern/ |
| H A D | kern_synch.c | 141 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 D | kern_lock.c | 271 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 D | sys_pipe.c | 231 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 D | randombytes.c | 106 } catch (e) { in randombytes_stir() 115 } catch (e) { in randombytes_stir()
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 107 } catch (err) { 112 }).catch(function () {
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | pre.js.inc | 4 } catch(e) {
|
| H A D | index.html.tpl | 73 } catch (e) {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-gpio.yaml | 23 # node name to at least catch some child nodes.
|
| /f-stack/freebsd/sys/ |
| H A D | buf.h | 316 #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 D | luaconf.h | 609 #define LUAI_TRY(L,c,a) try { a } catch(...) \
|
| /f-stack/freebsd/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 252 # 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 D | F-Stack_Development_Guide.md | 3 …gher performant network processing solution. Kernel bypass has emerged to catch more and more atte…
|
| /f-stack/ |
| H A D | README.md | 8 …gher performant network processing solution. Kernel bypass has emerged to catch more and more atte…
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldo.c | 123 try { a } catch(...) { if ((c)->status == 0) (c)->status = -1; }
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 53 checks and all the ASSERTs to help quickly catch potential issues.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 131 * Added PF support Malicious Device Drive event catch and notify.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | vendor-prefixes.yaml | 1207 # These should catch all node/property names without a prefix
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | enic.rst | 448 'catch-all' filters should be added last.
|
| H A D | i40e.rst | 46 - Malicious Device Drive event catch and notify
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 1636 "extern" declaration is provided to help catch errors.
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 5062 *) Bugfix: worker processes might not catch reconfiguration and log
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 319 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.
|