OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timerfd_is_readable
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_timerfd.c
97
timerfd_is_readable
(const struct timerfd * const tfd)
function in typeref:typename:bool
278
while (!
timerfd_is_readable
(tfd)) {
314
*(int *)data =
timerfd_is_readable
(tfd) ? sizeof(uint64_t) : 0;
344
if (
timerfd_is_readable
(tfd)) {
sys_timerfd.c
97
timerfd_is_readable
(const struct timerfd * const tfd)
function in typeref:typename:bool
278
while (!
timerfd_is_readable
(tfd)) {
314
*(int *)data =
timerfd_is_readable
(tfd) ? sizeof(uint64_t) : 0;
344
if (
timerfd_is_readable
(tfd)) {
Completed in 27 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025