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

Function ksem_closef

freebsd/kern/uipc_sem.c:254–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static int
255ksem_closef(struct file *fp, struct thread *td)
256{
257 struct ksem *ks;
258
259 ks = fp->f_data;
260 fp->f_data = NULL;
261 ksem_drop(ks);
262
263 return (0);
264}
265
266static int
267ksem_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)

Callers

nothing calls this directly

Calls 1

ksem_dropFunction · 0.85

Tested by

no test coverage detected