Searched defs:snode (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
H A D | strlist.c | 20 struct str_node *snode = malloc(sizeof(*snode)); in strlist__node_new() local 39 static void str_node__delete(struct str_node *snode, bool dupstr) in str_node__delete() 50 struct str_node *snode = container_of(rb_node, struct str_node, rb_node); in strlist__node_delete() local 58 struct str_node *snode = container_of(rb_node, struct str_node, rb_node); in strlist__node_cmp() local 95 void strlist__remove(struct strlist *slist, struct str_node *snode) in strlist__remove() 102 struct str_node *snode = NULL; in strlist__find() local 200 struct str_node *snode = NULL; in strlist__entry() local
|
H A D | probe-file.c | 951 struct str_node *snode; in probe_cache_entry__write() local
|
/linux/drivers/accel/amdxdna/ |
H A D | aie2_solver.c | 184 struct solver_node *snode, in get_free_partition() 223 struct solver_node *snode, in allocate_partition() 291 struct solver_node *snode, in fill_load_action() 302 struct solver_node *snode; in xrs_allocate_resource() local
|
/linux/kernel/trace/ |
H A D | trace_stat.c | 49 struct stat_node *snode, *n; in __reset_stat_session() local
|
/linux/security/selinux/ss/ |
H A D | services.c | 635 struct ebitmap_node *snode, *tnode; in context_struct_compute_av() local 1041 struct ebitmap_node *snode, *tnode; in security_compute_xperms_decision() local
|