Searched refs:wstate (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rwsem.c | 561 enum writer_wait_state wstate) in rwsem_try_write_lock() argument 571 if (has_handoff && wstate == WRITER_NOT_FIRST) in rwsem_try_write_lock() 577 if (has_handoff || (wstate != WRITER_HANDOFF)) in rwsem_try_write_lock() 1150 enum writer_wait_state wstate; in rwsem_down_write_slowpath() local 1182 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath() 1191 if (wstate == WRITER_NOT_FIRST) { in rwsem_down_write_slowpath() 1229 if (rwsem_try_write_lock(sem, wstate)) { in rwsem_down_write_slowpath() 1244 if (wstate == WRITER_HANDOFF && in rwsem_down_write_slowpath() 1260 if (wstate == WRITER_HANDOFF) in rwsem_down_write_slowpath() 1263 if ((wstate == WRITER_NOT_FIRST) && in rwsem_down_write_slowpath() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | urtt_fill.S | 16 rdpr %wstate, %g2 18 wrpr %g2, 0x0, %wstate
|
| H A D | asm-offsets.c | 35 OFFSET(SC_REG_WSTATE, saved_context, wstate); in sparc64_foo()
|
| H A D | etrap_64.S | 102 rdpr %wstate, %g2 120 wrpr %g2, 0, %wstate
|
| H A D | hvtramp.S | 41 wrpr %g0, 0, %wstate
|
| H A D | rtrap_64.S | 253 rdpr %wstate, %l1 263 wrpr %l1, %g0, %wstate
|
| H A D | head_64.S | 718 wrpr %g0, 0, %wstate 855 wrpr %g0, %g0, %wstate
|
| H A D | trampoline_64.S | 326 wrpr %g0, 0, %wstate
|
| /OK3568_Linux_fs/kernel/arch/sparc/power/ |
| H A D | hibernate_asm.S | 24 rdpr %wstate, %g2 106 wrpr %g2, %wstate
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | hibernate.h | 14 unsigned long wstate; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 20909 * The V9 window state register is referred to as '%wstate'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 20909 * The V9 window state register is referred to as '%wstate'.
|