Searched defs:snode (Results 1 – 6 of 6) 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 | 970 struct str_node *snode; in probe_cache_entry__write() local
|
/linux/drivers/net/ |
H A D | amt.c | 92 struct amt_source_node *snode; in __amt_source_gc_work() local 128 static bool amt_status_filter(struct amt_source_node *snode, in amt_status_filter() 188 struct amt_source_node *snode; in amt_lookup_src() local 223 static void amt_destroy_source(struct amt_source_node *snode) in amt_destroy_source() 255 struct amt_source_node *snode; in amt_del_group() local 315 struct amt_source_node *snode, in amt_act_src() 367 struct amt_source_node *snode; in amt_alloc_snode() local 415 struct amt_source_node *snode; in amt_group_work() local 1356 struct amt_source_node *snode; in amt_cleanup_srcs() local 1393 struct amt_source_node *snode; in amt_add_srcs() local [all …]
|
/linux/include/linux/ |
H A D | bpf_local_storage.h | 78 struct hlist_node snode; /* Linked to bpf_local_storage */ member
|
/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 | 624 struct ebitmap_node *snode, *tnode; in context_struct_compute_av() local 1013 struct ebitmap_node *snode, *tnode; in security_compute_xperms_decision() local
|