Home
last modified time | relevance | path

Searched refs:g_write_condition (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c36 static hi_s32 g_write_condition = 0; variable
273 g_write_condition = 1; in hi_proc_ioctl()
355 wait_event_interruptible(g_proc_k_para.wq_for_write, g_write_condition != 0); in proc_write()
356 g_write_condition = 0; in proc_write()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c35 static hi_s32 g_write_condition = 0; variable
277 g_write_condition = 1; in hiproc_wake_write_task()
363 wait_event_interruptible(g_proc_k_para.wq_for_write, g_write_condition != 0); in proc_write()
364 g_write_condition = 0; in proc_write()

Completed in 2 milliseconds