Searched refs:pop_front (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | linked_list_fail.c | 57 CHECK(kptr, pop_front, &f->head); 60 CHECK(global, pop_front, &ghead); 63 CHECK(map, pop_front, &v->head); 66 CHECK(inner_map, pop_front, &iv->head); 126 CHECK_OP(pop_front);
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | linked_list.c | 47 TEST(kptr, pop_front) 51 TEST(global, pop_front) 55 TEST(map, pop_front) 59 TEST(inner_map, pop_front)
|
| /linux/rust/kernel/ |
| H A D | list.rs | 581 pub fn pop_front(&mut self) -> Option<ListArc<T, ID>> { in pop_front() method 775 while let Some(item) = self.pop_front() { in drop() 1203 self.list.pop_front() in next()
|