Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace_taskq.h45 TP_PROTO(taskq_ent_t *taskq_ent),
46 TP_ARGS(taskq_ent),
48 __field(taskq_ent_t *, taskq_ent)
51 __entry->taskq_ent = taskq_ent;
53 TP_printk("taskq_ent %p", __entry->taskq_ent)
60 TP_PROTO(taskq_ent_t *taskq_ent), \
61 TP_ARGS(taskq_ent))
H A Dtaskq.h109 typedef struct taskq_ent { struct
/f-stack/freebsd/contrib/openzfs/contrib/bpftrace/
H A Dtaskqlatency.bt5 $tqent = (struct taskq_ent *)arg0;
15 $tqent = (struct taskq_ent *)arg0;
34 $tqent = (struct taskq_ent *)arg0;
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h50 typedef struct taskq_ent { struct
56 CK_LIST_ENTRY(taskq_ent) tqent_hash; argument
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h455 typedef struct taskq_ent {
456 struct taskq_ent *tqent_next;
457 struct taskq_ent *tqent_prev;
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c68 static CK_LIST_HEAD(tqenthashhead, taskq_ent) *tqenthashtbl;