Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/
HDtrace_taskq.h45 TP_PROTO(taskq_ent_t *taskq_ent),
46 TP_ARGS(taskq_ent),
47 TP_STRUCT__entry(__field(taskq_ent_t *, taskq_ent)),
49 __entry->taskq_ent = taskq_ent;
51 TP_printk("taskq_ent %p", __entry->taskq_ent)
56 TP_PROTO(taskq_ent_t *taskq_ent), \
57 TP_ARGS(taskq_ent))
HDtaskq.h145 typedef struct taskq_ent { struct
/freebsd-head/sys/contrib/openzfs/contrib/bpftrace/
HDtaskqlatency.bt5 $tqent = (struct taskq_ent *)arg0;
15 $tqent = (struct taskq_ent *)arg0;
34 $tqent = (struct taskq_ent *)arg0;
/freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDtaskq.h52 typedef struct taskq_ent { struct
60 LIST_ENTRY(taskq_ent) tqent_hash; argument
/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/sys/
HDtaskq.h48 typedef struct taskq_ent { struct
/freebsd-head/sys/contrib/openzfs/include/sys/
HDzfs_context.h454 typedef struct taskq_ent {
455 struct taskq_ent *tqent_next;
456 struct taskq_ent *tqent_prev;
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/spl/
HDspl_taskq.c62 static LIST_HEAD(tqenthashhead, taskq_ent) *tqenthashtbl;