Home
last modified time | relevance | path

Searched refs:FASYNC_MAGIC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst62 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/process/
H A Dmagic-number.rst73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/fs/
H A Dfcntl.c927 new->magic = FASYNC_MAGIC; in fasync_insert_entry()
991 if (fa->magic != FASYNC_MAGIC) { in kill_fasync_rcu()
/openbmc/linux/include/linux/
H A Dfs.h1092 #define FASYNC_MAGIC 0x4601 macro