Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-cdev.c1986 atomic_t watch_abi_version; member
2012 int abiv = atomic_cmpxchg(&cdata->watch_abi_version, 0, version); in lineinfo_ensure_abi_version()
2243 /* must be after kfifo check so watch_abi_version is set */ in lineinfo_watch_read()
2244 if (atomic_read(&cdev->watch_abi_version) == 2) in lineinfo_watch_read()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c2364 atomic_t watch_abi_version; member
2390 int abiv = atomic_cmpxchg(&cdata->watch_abi_version, 0, version); in lineinfo_ensure_abi_version()
2645 /* must be after kfifo check so watch_abi_version is set */ in lineinfo_watch_read_unlocked()
2646 if (atomic_read(&cdev->watch_abi_version) == 2) in lineinfo_watch_read_unlocked()

Completed in 7 milliseconds