Searched refs:get_head (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | robust_list.c | 278 struct robust_list_head head, head2, *get_head; in TEST() local 285 ret = get_robust_list(0, &get_head, &len_ptr); in TEST() 287 ASSERT_EQ(get_head, &head); in TEST() 293 ret = get_robust_list(0, &get_head, &len_ptr); in TEST() 295 ASSERT_EQ(get_head, &head2); in TEST() 331 struct robust_list_head head, *get_head; in TEST() local 345 ret = get_robust_list(tid, &get_head, &len_ptr); in TEST() 347 ASSERT_EQ(&head, get_head); in TEST()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci_impl.h | 36 int (*get_head)(struct pci_pbm_info *pbm, unsigned long msiqid, member
|
| H A D | pci_fire.c | 309 .get_head = pci_fire_get_head,
|
| H A D | pci_sun4v.c | 1156 .get_head = pci_sun4v_get_head,
|
| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 138 head = get_head() 254 def get_head(): function
|