Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace_taskq.h44 TP_PROTO(taskq_ent_t *taskq_ent),
45 TP_ARGS(taskq_ent),
46 TP_STRUCT__entry(__field(taskq_ent_t *, taskq_ent)),
48 __entry->taskq_ent = taskq_ent;
50 TP_printk("taskq_ent %p", __entry->taskq_ent)
55 TP_PROTO(taskq_ent_t *taskq_ent), \
56 TP_ARGS(taskq_ent))
H A Dtaskq.h144 typedef struct taskq_ent { struct
/freebsd/sys/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;
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h51 typedef struct taskq_ent { struct
59 LIST_ENTRY(taskq_ent) tqent_hash; argument
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h48 typedef struct taskq_ent { struct
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h453 typedef struct taskq_ent {
454 struct taskq_ent *tqent_next;
455 struct taskq_ent *tqent_prev;
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c61 static LIST_HEAD(tqenthashhead, taskq_ent) *tqenthashtbl;