Lines Matching defs:mflag
103 struct thread *td, int mflag);
109 uintptr_t ident, int mflag);
152 static struct knote *knote_alloc(int mflag);
1490 int mflag)
1527 tkn = knote_alloc(mflag);
1547 error = kqueue_expand(kq, fops, kev->ident, mflag);
1584 error = kqueue_expand(kq, fops, kev->ident, mflag);
1822 int mflag)
1838 list = malloc(size * sizeof(*list), M_KQUEUE, mflag);
1865 &tmp_knhashmask, (mflag & M_WAITOK) != 0 ?
2794 knote_alloc(int mflag)
2797 return (uma_zalloc(knote_zone, mflag | M_ZERO));
2811 kqfd_register(int fd, struct kevent *kev, struct thread *td, int mflag)
2825 error = kqueue_register(kq, kev, td, mflag);