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.c278 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 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.c1156 .get_head = pci_sun4v_get_head,
/linux/scripts/
H A Dcheckkconfigsymbols.py138 head = get_head()
254 def get_head(): function