Searched refs:pop_front (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | linked_list.c | 46 TEST(kptr, pop_front) 50 TEST(global, pop_front) 54 TEST(map, pop_front) 58 TEST(inner_map, pop_front)
|
| /linux-6.15/rust/kernel/ |
| H A D | list.rs | 336 pub fn pop_front(&mut self) -> Option<ListArc<T, ID>> { in pop_front() method 527 while let Some(item) = self.pop_front() { in drop() 958 self.list.pop_front() in next()
|