Home
last modified time | relevance | path

Searched refs:get_head (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/futex/functional/
H A Drobust_list.c304 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 Dpci_impl.h36 int (*get_head)(struct pci_pbm_info *pbm, unsigned long msiqid, member
H A Dpci_fire.c309 .get_head = pci_fire_get_head,
H A Dpci_sun4v.c1158 .get_head = pci_sun4v_get_head,
/linux/scripts/
H A Dcheckkconfigsymbols.py138 head = get_head()
254 def get_head(): function