Searched refs:tp_seq (Results 1 – 2 of 2) sorted by relevance
18 static sys_slist_t tp_seq = SYS_SLIST_STATIC_INIT(&tp_seq); variable291 struct tp_seq *seq = k_calloc(1, sizeof(struct tp_seq)); in tp_seq_track()311 sys_slist_append(&tp_seq, (sys_snode_t *) seq); in tp_seq_track()320 struct tp_seq *seq; in tp_seq_stat()322 while ((seq = (struct tp_seq *) sys_slist_get(&tp_seq))) { in tp_seq_stat()
64 struct tp_seq { struct