Searched refs:pendp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_taskqueue.c412 u_int *pendp)
417 if (pendp != NULL)
418 *pendp = task->ta_pending;
424 taskqueue_cancel(struct taskqueue *queue, struct task *task, u_int *pendp) argument
429 error = taskqueue_cancel_locked(queue, task, pendp);
437 struct timeout_task *timeout_task, u_int *pendp)
451 if (pendp != NULL)
452 *pendp = pending + pending1;
411 taskqueue_cancel_locked(struct taskqueue *queue, struct task *task, u_int *pendp) argument
436 taskqueue_cancel_timeout(struct taskqueue *queue, struct timeout_task *timeout_task, u_int *pendp) argument
/freebsd-10-stable/sys/sys/
H A Dtaskqueue.h79 u_int *pendp);
81 struct timeout_task *timeout_task, u_int *pendp);

Completed in 140 milliseconds