/openbsd-src/sys/kern/ |
H A D | kern_event.c | 83 #define kqueue_check(kq) kqueue_do_check((kq), __func__, __LINE__) argument 85 #define kqueue_check(kq) do {} while (0) argument 191 KQREF(struct kqueue * kq) KQREF() argument 197 KQRELE(struct kqueue * kq) KQRELE() argument 249 struct kqueue *kq = kn->kn_fp->f_data; kqueue_kqfilter() local 262 struct kqueue *kq = kn->kn_fp->f_data; filt_kqdetach() local 268 filt_kqueue_common(struct knote * kn,struct kqueue * kq) filt_kqueue_common() argument 280 struct kqueue *kq = kn->kn_fp->f_data; filt_kqueue() local 293 struct kqueue *kq = kn->kn_fp->f_data; filt_kqueuemodify() local 307 struct kqueue *kq = kn->kn_fp->f_data; filt_kqueueprocess() local 373 struct kqueue *kq = kn->kn_kq; filt_procdetach() local 392 struct kqueue *kq = kn->kn_kq; filt_proc() local 518 struct kqueue *kq = kn->kn_kq; filt_timerexpire() local 575 struct kqueue *kq = kn->kn_kq; filt_timermodify() local 859 struct kqueue *kq = p->p_kq; kqpoll_done() local 902 struct kqueue *kq; kqueue_alloc() local 919 struct kqueue *kq; dokqueue() local 979 struct kqueue *kq; sys_kevent() local 1086 kqueue_do_check(struct kqueue * kq,const char * func,int line) kqueue_do_check() argument 1123 kqueue_register(struct kqueue * kq,struct kevent * kev,unsigned int pollid,struct proc * p) kqueue_register() argument 1326 kqueue_sleep(struct kqueue * kq,struct timespec * tsp) kqueue_sleep() argument 1361 struct kqueue *kq = scan->kqs_kq; kqueue_scan() local 1547 kqueue_scan_setup(struct kqueue_scan_state * scan,struct kqueue * kq) kqueue_scan_setup() argument 1562 struct kqueue *kq = scan->kqs_kq; kqueue_scan_finish() local 1603 struct kqueue *kq = fp->f_data; kqueue_stat() local 1613 kqueue_purge(struct proc * p,struct kqueue * kq) kqueue_purge() argument 1628 kqueue_terminate(struct proc * p,struct kqueue * kq) kqueue_terminate() argument 1660 struct kqueue *kq = fp->f_data; kqueue_close() local 1675 struct kqueue *kq = arg; kqueue_task() local 1681 kqueue_wakeup(struct kqueue * kq) kqueue_wakeup() argument 1697 kqueue_expand_hash(struct kqueue * kq) kqueue_expand_hash() argument 1721 kqueue_expand_list(struct kqueue * kq,int fd) kqueue_expand_list() argument 1769 struct kqueue *kq = kn->kn_kq; knote_acquire() local 1840 struct kqueue *kq; knote_locked() local 1858 knote_remove(struct proc * p,struct kqueue * kq,struct knlist ** plist,int idx,int purge) knote_remove() argument 1922 struct kqueue *kq; knote_fdclose() local 1957 struct kqueue *kq = kn->kn_kq; knote_attach() local 1977 struct kqueue *kq = kn->kn_kq; knote_detach() local 1998 struct kqueue *kq = kn->kn_kq; knote_drop() local 2021 struct kqueue *kq = kn->kn_kq; knote_enqueue() local 2038 struct kqueue *kq = kn->kn_kq; knote_dequeue() local 2148 struct kqueue *kq; klist_invalidate() local [all...] |
H A D | kern_kthread.c | 116 struct kthread_q *kq; in kthread_create_deferred() local 136 struct kthread_q *kq; in kthread_run_deferred_queue() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_kernel_queue.c | 41 static bool kq_initialize(struct kernel_queue *kq, struct kfd_node *dev, in kq_initialize() argument 199 kq_uninitialize(struct kernel_queue * kq,bool hanging) kq_uninitialize() argument 228 kq_acquire_packet_buffer(struct kernel_queue * kq,size_t packet_size_in_dwords,unsigned int ** buffer_ptr) kq_acquire_packet_buffer() argument 289 kq_submit_packet(struct kernel_queue * kq) kq_submit_packet() argument 312 kq_rollback_packet(struct kernel_queue * kq) kq_rollback_packet() argument 326 struct kernel_queue *kq; kernel_queue_init() local 341 kernel_queue_uninit(struct kernel_queue * kq,bool hanging) kernel_queue_uninit() argument 350 struct kernel_queue *kq; test_kq() local [all...] |
H A D | kfd_packet_manager.c | 132 struct kernel_queue *kq; in pm_create_runlist_ib() local
|
H A D | kfd_device_queue_manager.c | 1728 struct kernel_queue *kq, in create_kernel_queue_cpsch() argument 1758 struct kernel_queue *kq, in destroy_kernel_queue_cpsch() argument 2353 struct kernel_queue *kq, *kq_next; in process_termination_cpsch() local [all...] |
H A D | kfd_process_queue_manager.c | 283 struct kernel_queue *kq; pqm_create_queue() local [all...] |
/openbsd-src/regress/sys/kern/kqueue/ |
H A D | kqueue-regress.c | 62 int kq; in do_regress1() local 95 int kq; in do_regress2() local 162 int i, kq, prev; in make_chain() local 198 int fds[2], i, kq = -1, prev; in do_regress4() local 253 int fds[2], kq, ret; in do_regress5() local 312 test_regress6(int kq, size_t len) in test_regress6() 387 int i, kq, page_size, rc; in do_regress6() local
|
H A D | kqueue-timer.c | 41 int i, kq, n; in do_timer() local 201 int i, kq, n; in do_invalid_timer() local 260 int kq, msecs, n; in do_reset_timer() local
|
H A D | kqueue-pty.c | 20 pty_check(int kq, struct kevent *ev, int n, int rm, int rs, int wm, int ws) in pty_check() 63 int fd, kq, massa, slave; in pty_rdrw() local 124 int kq, massa, n, slave; in pty_close() local
|
H A D | kqueue-fork.c | 20 int kq, status; in check_inheritance() local
|
H A D | kqueue-pipe.c | 47 int kq; in do_pipe() local
|
H A D | kqueue-random.c | 22 int n, fd, kq; in do_random() local
|
H A D | kqueue-flock.c | 60 int fd, kq; in do_flock() local
|
H A D | kqueue-signal.c | 24 int kq; variable
|
H A D | kqueue-exec.c | 54 int kq, status; in do_exec_parent() local
|
H A D | kqueue-process.c | 29 int kq, status; in do_process() local
|
/openbsd-src/regress/lib/libc/sys/ |
H A D | t_kevent.c | 63 int kq; in ATF_TC_BODY() local 81 int s[2], storage, status, kq; in ATF_TC_BODY() local 162 int fd, kq; in ATF_TC_BODY() local 197 int kq; in ATF_TC_BODY() local
|
/openbsd-src/regress/sys/kern/descrip/ |
H A D | descrip.c | 31 int fd, kq, status; in main() local
|
/openbsd-src/lib/libevent/ |
H A D | kqueue.c | 60 int kq; member 84 int i, kq; in kq_init() local
|
/openbsd-src/regress/lib/libpthread/restart/kevent/ |
H A D | kevent.c | 26 int kq; in thr_kevent() local
|
/openbsd-src/usr.bin/tail/ |
H A D | forward.c | 54 static int kq = -1; variable
|
/openbsd-src/usr.sbin/apmd/ |
H A D | apmd.c | 422 int kq, nchanges; in main() local
|
/openbsd-src/lib/libfuse/ |
H A D | fuse_private.h | 71 int kq; member
|
/openbsd-src/games/adventure/ |
H A D | main.c | 52 int loc, newloc, oldloc, oldlc2, wzdark, gaveup, kq, k, k2; variable
|
/openbsd-src/sbin/resolvd/ |
H A D | resolvd.c | 164 int kq, ch, debug = 0, routesock; in main() local
|