Home
last modified time | relevance | path

Searched refs:knl (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/kern/
H A Dkern_event.c276 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 Dvfs_aio.c2667 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 Duipc_socket.c4536 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 Duipc_usrreq.c1881 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 Dvfs_subr.c6694 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 Devent.h355 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 Devent_os.c60 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 Dfreebsd_event.h33 void knlist_init_sx(struct knlist *knl, struct sx *lock);
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def39 X86_CPU_TYPE(INTEL_KNL, "knl")
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PfmCounters.td71 def : PfmCountersBinding<"knl", KnightPfmCounters>;
H A DX86.td1827 foreach P = ["knl", "mic_avx512"] in {
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses164 #key_newline knl str nl - - ----K newline key
H A DCaps.osf1r5538 key_newline knl str nl - - ----K newline key
H A DCaps.aix4572 key_newline knl str kn - - ----K newline key
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src25449 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,