Searched refs:get_head (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | robust_list.c | 304 struct robust_list_head head, head2, *get_head; in child_list() 311 ret = get_robust_list(0, &get_head, &len_ptr); in child_list() 313 ASSERT_EQ(get_head, &head); in child_list() 319 ret = get_robust_list(0, &get_head, &len_ptr); in child_list() 321 ASSERT_EQ(get_head, &head2); 357 struct robust_list_head head, *get_head; in TEST() 371 ret = get_robust_list(tid, &get_head, &len_ptr); in child_fn_lock_with_error() 373 ASSERT_EQ(&head, get_head); in child_fn_lock_with_error() 278 struct robust_list_head head, head2, *get_head; TEST() local 331 struct robust_list_head head, *get_head; TEST() local
|
| /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 | 1158 .get_head = pci_sun4v_get_head,
|
| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 138 head = get_head() 254 def get_head(): function
|