MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sigdeferstop

Function sigdeferstop

freebsd/sys/signalvar.h:366–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364void sigallowstop_impl(int prev);
365
366static inline int
367sigdeferstop(int mode)
368{
369
370 if (__predict_false(mode == SIGDEFERSTOP_NOP))
371 return (SIGDEFERSTOP_VAL_NCHG);
372 return (sigdeferstop_impl(mode));
373}
374
375static inline void
376sigallowstop(int prev)

Callers 15

vop_sigdeferFunction · 0.85
lf_setlockFunction · 0.85
vfs_mount_sigdeferFunction · 0.85
vfs_unmount_sigdeferFunction · 0.85
vfs_root_sigdeferFunction · 0.85
vfs_cachedroot_sigdeferFunction · 0.85
vfs_quotactl_sigdeferFunction · 0.85
vfs_statfs_sigdeferFunction · 0.85
vfs_sync_sigdeferFunction · 0.85
vfs_vget_sigdeferFunction · 0.85
vfs_fhtovp_sigdeferFunction · 0.85
vfs_checkexp_sigdeferFunction · 0.85

Calls 1

sigdeferstop_implFunction · 0.85

Tested by

no test coverage detected