Searched defs:tp_seq (Results 1 – 2 of 2) sorted by relevance
64 struct tp_seq { struct65 sys_snode_t next;66 const char *file;67 int line;68 const char *func;69 int kind;70 int req;71 uint32_t value;72 uint32_t old_value;73 int of;
18 static sys_slist_t tp_seq = SYS_SLIST_STATIC_INIT(&tp_seq); variable