Searched refs:push_back (Results 1 – 6 of 6) 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 | 534 pub fn push_back(&mut self, item: ListArc<T, ID>) { in push_back() method
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 315 self.work_list.push_back(work); in push_work() 342 self.work_list.push_back(work); in push_work_deferred()
|
| H A D | process.rs | 201 self.work.push_back(work); in push_work() 313 self.delivered_deaths.push_back(death); in death_delivered()
|
| /linux/scripts/kconfig/ |
| H A D | qconf.cc | 59 result.push_back((*it).toInt()); in readSizes() 78 stringList.push_back(QString::number(*it)); in writeSizes()
|