Searched defs:snode (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
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
|
D | probe-file.c | 901 struct str_node *snode; in probe_cache_entry__write() local
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf_local_storage.h | 70 struct hlist_node snode; /* Linked to bpf_local_storage */ member
|
/kernel/linux/linux-5.10/drivers/net/appletalk/ |
D | ltpc.h | 59 unsigned char snode; member
|
D | ltpc.c | 725 int dnode, snode, llaptype, len; in sendup_buffer() local
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_stat.c | 49 struct stat_node *snode, *n; in __reset_stat_session() local
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
D | services.c | 632 struct ebitmap_node *snode, *tnode; in context_struct_compute_av() local 1029 struct ebitmap_node *snode, *tnode; in security_compute_xperms_decision() local
|