Searched refs:knl (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | kern_event.c | 251 struct knlist *knl; in kn_list_lock() local 253 knl = kn->kn_knlist; in kn_list_lock() 254 if (knl != NULL) in kn_list_lock() 255 knl->kl_lock(knl->kl_lockarg); in kn_list_lock() 256 return (knl); in kn_list_lock() 260 kn_list_unlock(struct knlist *knl) in kn_list_unlock() argument 264 if (knl == NULL) in kn_list_unlock() 266 do_free = knl->kl_autodestroy && knlist_empty(knl); in kn_list_unlock() 267 knl->kl_unlock(knl->kl_lockarg); in kn_list_unlock() 269 knlist_destroy(knl); in kn_list_unlock() [all …]
|
| HD | vfs_aio.c | 2643 struct knlist *knl; in filt_aiodetach() local 2645 knl = &kn->kn_ptr.p_aio->klist; in filt_aiodetach() 2646 knl->kl_lock(knl->kl_lockarg); in filt_aiodetach() 2647 if (!knlist_empty(knl)) in filt_aiodetach() 2648 knlist_remove(knl, kn, 1); in filt_aiodetach() 2649 knl->kl_unlock(knl->kl_lockarg); in filt_aiodetach() 2693 struct knlist *knl; in filt_liodetach() local 2695 knl = &kn->kn_ptr.p_lio->klist; in filt_liodetach() 2696 knl->kl_lock(knl->kl_lockarg); in filt_liodetach() 2697 if (!knlist_empty(knl)) in filt_liodetach() [all …]
|
| HD | uipc_socket.c | 3671 struct knlist *knl; local 3676 knl = &so->so_rdsel.si_note; 3681 knl = &so->so_wrsel.si_note; 3686 knl = &so->so_wrsel.si_note; 3695 knlist_add(knl, kn, 1); 3698 knlist_add(knl, kn, 1);
|
| HD | vfs_subr.c | 6627 struct knlist *knl; in vfs_kqfilter() local 6648 knl = &vp->v_pollinfo->vpi_selinfo.si_note; in vfs_kqfilter() 6650 knlist_add(knl, kn, 0); in vfs_kqfilter()
|
| /freebsd-13-stable/sys/sys/ |
| HD | event.h | 332 void knlist_detach(struct knlist *knl); 333 void knlist_add(struct knlist *knl, struct knote *kn, int islocked); 334 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked); 335 int knlist_empty(struct knlist *knl); 336 void knlist_init(struct knlist *knl, void *lock, void (*kl_lock)(void *), 338 void knlist_init_mtx(struct knlist *knl, struct mtx *lock); 339 void knlist_init_rw_reader(struct knlist *knl, struct rwlock *lock); 340 void knlist_destroy(struct knlist *knl); 341 void knlist_cleardel(struct knlist *knl, struct thread *td, 343 #define knlist_clear(knl, islocked) \ argument [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| HD | X86TargetParser.def | 39 X86_CPU_TYPE(INTEL_KNL, "knl")
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86PfmCounters.td | 71 def : PfmCountersBinding<"knl", KnightPfmCounters>;
|
| HD | X86.td | 1775 foreach P = ["knl", "mic_avx512"] in {
|
| /freebsd-13-stable/contrib/ncurses/include/ |
| HD | Caps-ncurses | 164 #key_newline knl str nl - - ----K newline key
|
| HD | Caps.osf1r5 | 494 key_newline knl str nl - - ----K newline key
|
| HD | Caps.aix4 | 527 key_newline knl str kn - - ----K newline key
|
| /freebsd-13-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 24349 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
|