Searched refs:push_back (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list_fail.c | 81 CHECK(kptr, push_back, &f->head, &b->node); 84 CHECK(global, push_back, &ghead, &f->node2); 87 CHECK(map, push_back, &v->head, &f->node2); 90 CHECK(inner_map, push_back, &iv->head, &f->node2); 164 CHECK_OP(push_back);
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | linked_list.c | 46 TEST(kptr, push_back) 50 TEST(global, push_back) 54 TEST(map, push_back) 58 TEST(inner_map, push_back)
|
/linux/rust/kernel/ |
H A D | list.rs | 414 pub fn push_back(&mut self, item: ListArc<T, ID>) { in push_back() method
|
/linux/scripts/kconfig/ |
H A D | qconf.cc | 61 result.push_back((*it).toInt()); in readSizes() 80 stringList.push_back(QString::number(*it)); in writeSizes()
|