Home
last modified time | relevance | path

Searched refs:EV_FLAG1 (Results 1 – 6 of 6) sorted by relevance

/f-stack/lib/
H A Dff_event.h151 #define EV_FLAG1 0x2000 /* filter-specific flag */ macro
/f-stack/tools/compat/include/sys/
H A Devent.h82 #define EV_FLAG1 0x2000 /* filter-specific flag */ macro
/f-stack/freebsd/sys/
H A Devent.h149 #define EV_FLAG1 0x2000 /* filter-specific flag */ macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h342 #define NGX_LOWAT_EVENT EV_FLAG1
/f-stack/freebsd/kern/
H A Dvfs_aio.c1653 kev.flags = EV_ADD | EV_ENABLE | EV_FLAG1 | evflags; in aio_aqueue()
2256 kev.flags = EV_ADD | EV_ENABLE | EV_FLAG1; in kern_lio_listio()
2625 if ((kn->kn_flags & EV_FLAG1) == 0) in filt_aioattach()
2628 kn->kn_flags &= ~EV_FLAG1; in filt_aioattach()
2675 if ((kn->kn_flags & EV_FLAG1) == 0) in filt_lioattach()
2678 kn->kn_flags &= ~EV_FLAG1; in filt_lioattach()
H A Dkern_event.c452 if (kn->kn_flags & EV_FLAG1) { in filt_procattach()
453 kn->kn_flags &= ~EV_FLAG1; in filt_procattach()
597 kev.flags = kn->kn_flags | EV_ADD | EV_ENABLE | EV_FLAG1; in knote_fork()
1476 (kev->flags & (EV_FLAG1 | EV_FLAG2)) != 0) { in kqueue_register()