Home
last modified time | relevance | path

Searched refs:WRITER_FIRST (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/locking/
H A Drwsem.c349 WRITER_FIRST, /* Writer is first in wait list */ enumerator
1041 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath()
1118 wstate = WRITER_FIRST; in rwsem_down_write_slowpath()
1128 if ((wstate == WRITER_FIRST) && (rt_task(current) || in rwsem_down_write_slowpath()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/locking/
H A Drwsem.c349 WRITER_FIRST, /* Writer is first in wait list */ enumerator
1041 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath()
1118 wstate = WRITER_FIRST; in rwsem_down_write_slowpath()
1128 if ((wstate == WRITER_FIRST) && (rt_task(current) || in rwsem_down_write_slowpath()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/locking/
H A Drwsem.c349 WRITER_FIRST, /* Writer is first in wait list */ enumerator
1041 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath()
1118 wstate = WRITER_FIRST; in rwsem_down_write_slowpath()
1128 if ((wstate == WRITER_FIRST) && (rt_task(current) || in rwsem_down_write_slowpath()