/freebsd/sys/kern/ |
H A D | kern_event.c | 250 struct knlist *knl; in kn_list_lock() local 252 knl = kn->kn_knlist; in kn_list_lock() 253 if (knl != NULL) in kn_list_lock() 254 knl->kl_lock(knl->kl_lockarg); in kn_list_lock() 255 return (knl); in kn_list_lock() 259 kn_list_unlock(struct knlist *knl) in kn_list_unlock() argument 263 if (knl == NULL) in kn_list_unlock() 265 do_free = knl->kl_autodestroy && knlist_empty(knl); in kn_list_unlock() 266 knl->kl_unlock(knl->kl_lockarg); in kn_list_unlock() 268 knlist_destroy(knl); in kn_list_unlock() [all …]
|
H A D | vfs_aio.c | 2622 struct knlist *knl; in filt_aiodetach() local 2624 knl = &kn->kn_ptr.p_aio->klist; in filt_aiodetach() 2625 knl->kl_lock(knl->kl_lockarg); in filt_aiodetach() 2626 if (!knlist_empty(knl)) in filt_aiodetach() 2627 knlist_remove(knl, kn, 1); in filt_aiodetach() 2628 knl->kl_unlock(knl->kl_lockarg); in filt_aiodetach() 2672 struct knlist *knl; in filt_liodetach() local 2674 knl = &kn->kn_ptr.p_lio->klist; in filt_liodetach() 2675 knl->kl_lock(knl->kl_lockarg); in filt_liodetach() 2676 if (!knlist_empty(knl)) in filt_liodetach() [all …]
|
H A D | uipc_socket.c | 4476 struct knlist *knl; local 4481 knl = &so->so_rdsel.si_note; 4487 knl = &so->so_wrsel.si_note; 4493 knl = &so->so_wrsel.si_note; 4503 knlist_add(knl, kn, 1); 4506 knlist_add(knl, kn, 1);
|
H A D | vfs_subr.c | 6612 struct knlist *knl; in vfs_kqfilter() local 6636 knl = &vp->v_pollinfo->vpi_selinfo.si_note; in vfs_kqfilter() 6638 knlist_add(knl, kn, 0); in vfs_kqfilter()
|
/freebsd/sys/sys/ |
H A D | event.h | 334 void knlist_detach(struct knlist *knl); 335 void knlist_add(struct knlist *knl, struct knote *kn, int islocked); 336 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked); 337 int knlist_empty(struct knlist *knl); 338 void knlist_init(struct knlist *knl, void *lock, void (*kl_lock)(void *), 340 void knlist_init_mtx(struct knlist *knl, struct mtx *lock); 341 void knlist_destroy(struct knlist *knl); 342 void knlist_cleardel(struct knlist *knl, struct thread *td, 344 #define knlist_clear(knl, islocked) \ argument 345 knlist_cleardel((knl), NULL, (islocked), 0) [all …]
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | event_os.c | 60 knlist_init_sx(struct knlist *knl, struct sx *lock) in knlist_init_sx() argument 62 knlist_init(knl, lock, knlist_sx_xlock, knlist_sx_xunlock, in knlist_init_sx()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A D | freebsd_event.h | 33 void knlist_init_sx(struct knlist *knl, struct sx *lock);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 39 X86_CPU_TYPE(INTEL_KNL, "knl")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PfmCounters.td | 71 def : PfmCountersBinding<"knl", KnightPfmCounters>;
|
H A D | X86.td | 1775 foreach P = ["knl", "mic_avx512"] in {
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 164 #key_newline knl str nl - - ----K newline key
|
H A D | Caps.osf1r5 | 538 key_newline knl str nl - - ----K newline key
|
H A D | Caps.aix4 | 572 key_newline knl str kn - - ----K newline key
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 25052 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
|