| /freebsd/sys/kern/ |
| H A D | kern_event.c | 276 struct knlist *knl; in kn_list_lock() local 278 knl = kn->kn_knlist; in kn_list_lock() 279 if (knl != NULL) in kn_list_lock() 280 knl->kl_lock(knl->kl_lockarg); in kn_list_lock() 281 return (knl); in kn_list_lock() 285 kn_list_unlock(struct knlist *knl) in kn_list_unlock() argument 289 if (knl == NULL) in kn_list_unlock() 291 do_free = knl->kl_autodestroy && knlist_empty(knl); in kn_list_unlock() 292 knl->kl_unlock(knl->kl_lockarg); in kn_list_unlock() 294 knlist_destroy(knl); in kn_list_unlock() [all …]
|
| H A D | vfs_aio.c | 2667 struct knlist *knl; in filt_aiodetach() local 2669 knl = &kn->kn_ptr.p_aio->klist; in filt_aiodetach() 2670 knl->kl_lock(knl->kl_lockarg); in filt_aiodetach() 2671 knlist_remove(knl, kn, 1); in filt_aiodetach() 2672 knl->kl_unlock(knl->kl_lockarg); in filt_aiodetach() 2716 struct knlist *knl; in filt_liodetach() local 2718 knl = &kn->kn_ptr.p_lio->klist; in filt_liodetach() 2719 knl->kl_lock(knl->kl_lockarg); in filt_liodetach() 2720 knlist_remove(knl, kn, 1); in filt_liodetach() 2721 knl->kl_unlock(knl->kl_lockarg); in filt_liodetach()
|
| H A D | uipc_socket.c | 4536 struct knlist *knl; local 4541 knl = &so->so_rdsel.si_note; 4547 knl = &so->so_wrsel.si_note; 4553 knl = &so->so_wrsel.si_note; 4563 knlist_add(knl, kn, 1); 4566 knlist_add(knl, kn, 1);
|
| H A D | uipc_usrreq.c | 1881 struct knlist *knl; in uipc_kqfilter_stream_or_seqpacket() local 1896 knl = &so->so_wrsel.si_note; in uipc_kqfilter_stream_or_seqpacket() 1900 knlist_add(knl, kn, 1); in uipc_kqfilter_stream_or_seqpacket() 1907 knlist_add(knl, kn, 1); in uipc_kqfilter_stream_or_seqpacket()
|
| H A D | vfs_subr.c | 6694 struct knlist *knl; in vfs_kqfilter() local 6718 knl = &vp->v_pollinfo->vpi_selinfo.si_note; in vfs_kqfilter() 6721 knlist_add(knl, kn, 1); in vfs_kqfilter()
|
| /freebsd/sys/sys/ |
| H A D | event.h | 355 void knlist_detach(struct knlist *knl); 356 void knlist_add(struct knlist *knl, struct knote *kn, int islocked); 357 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked); 358 int knlist_empty(struct knlist *knl); 359 void knlist_init(struct knlist *knl, void *lock, void (*kl_lock)(void *), 361 void knlist_init_mtx(struct knlist *knl, struct mtx *lock); 362 void knlist_destroy(struct knlist *knl); 363 void knlist_cleardel(struct knlist *knl, struct thread *td, 365 #define knlist_clear(knl, islocked) \ argument 366 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 | 1827 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 | 25449 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
|