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

Function notifier_insert

freebsd/kern/uipc_mqueue.c:1982–1986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1980}
1981
1982static __inline void
1983notifier_insert(struct proc *p, struct mqueue_notifier *nt)
1984{
1985 LIST_INSERT_HEAD(&p->p_mqnotifier, nt, nt_link);
1986}
1987
1988static __inline void
1989notifier_delete(struct proc *p, struct mqueue_notifier *nt)

Callers 1

kern_kmq_notifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected