Home
last modified time | relevance | path

Searched refs:tqent_id (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/bpftrace/
H A Dtaskqlatency.bt7 $tqent_id = $tqent->tqent_id;
10 @birth[$tq_name, $tqent_id] = nsecs;
17 @tqent_id[tid] = $tqent->tqent_id;
20 @start[@tq_name[tid], @tqent_id[tid]] = nsecs;
24 / @birth[@tq_name[tid], @tqent_id[tid]] /
27 hist((nsecs - @birth[@tq_name[tid], @tqent_id[tid]])/1000);
28 delete(@birth[@tq_name[tid], @tqent_id[tid]]);
32 / @start[@tq_name[tid], @tqent_id[tid]] /
38 delete(@start[@tq_name[tid], @tqent_id[tid]]);
44 delete(@tqent_id[tid]);
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c202 t->tqent_id = TASKQID_INVALID; in task_done()
243 if (w->tqent_id < t->tqent_id) { in task_expire_impl()
340 if (t->tqent_id == id) in taskq_find_list()
343 if (t->tqent_id > id) in taskq_find_list()
533 if (tq->tq_lowest_id == t->tqent_id) { in taskq_cancel_id()
606 t->tqent_id = rc = tq->tq_next_id; in taskq_dispatch()
657 t->tqent_id = rc = tq->tq_next_id; in taskq_dispatch_delay()
691 t->tqent_id = TASKQID_INVALID; in taskq_dispatch_ent()
723 t->tqent_id = tq->tq_next_id; in taskq_dispatch_ent()
758 t->tqent_id = 0; in taskq_init_ent()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c162 if (ent->tqent_id == tqid) in taskq_lookup()
177 ent->tqent_id = tqid; in taskq_insert()
188 taskqid_t tqid = ent->tqent_id; in taskq_remove()
406 task->tqent_id = 0; in taskq_dispatch_ent()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h55 taskqid_t tqent_id; member
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h114 taskqid_t tqent_id; member