Searched refs:structs (Results 1 – 5 of 5) sorted by relevance
19 structs = set() variable103 if self.type_name in structs:257 structs.add(self.name)368 structs.add(self.name)397 structs.add(self.name)478 structs.add(self.name)
132 struct rb_root structs; member476 id = add_symbol(&obj->structs, prefix, sizeof(BTF_STRUCT) - 1); in symbols_collect()586 root = &obj->structs; in symbols_resolve()745 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()783 .structs = RB_ROOT, in main()
126 If BPF object has global variables, corresponding structs with memory129 structs/data sections. These data sections/structs can be used to set up131 if target kernel supports memory-mapped BPF arrays, same structs can be
39 (* There should be no ordinary R or W accesses to spinlocks or SRCU structs *)
141 Everywhere). This feature allows you to reference fields inside of structs with
Completed in 9 milliseconds