Searched refs:head2 (Results 1 – 7 of 7) 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 290 ret = set_robust_list(&head2, head_size); in TEST() 295 ASSERT_EQ(get_head, &head2); in TEST()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 79 u32 head2; member
|
| H A D | nvidia.c | 442 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000; in nvidia_calc_regs() 450 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000; in nvidia_calc_regs()
|
| H A D | nv_hw.c | 1520 NV_WR32(par->PCRTC0, 0x2860, state->head2); in NVLoadStateExt() 1662 state->head2 = NV_RD32(par->PCRTC0, 0x2860); in NVUnloadStateExt()
|
| /linux/kernel/ |
| H A D | pid.c | 389 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local 394 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.h | 515 U032 head2; member
|
| H A D | riva_hw.c | 1529 NV_WR32(chip->PCRTC0, 0x00002860, state->head2); in LoadStateExt() 1775 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860); in UnloadStateExt()
|