OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fasync_struct
(Results
1 - 6
of
6
) sorted by null
/external/kernel-headers/original/linux/
hidraw.h
67
struct
fasync_struct
*fasync;
rtc.h
154
struct
fasync_struct
*async_queue;
fs.h
771
struct
fasync_struct
* fl_fasync; /* for lease break notifications */
827
struct
fasync_struct
{
struct
830
struct
fasync_struct
*fa_next; /* singly linked list */
837
extern int fasync_helper(int, struct file *, int, struct
fasync_struct
**);
839
extern void kill_fasync(struct
fasync_struct
**, int, int);
841
extern void __kill_fasync(struct
fasync_struct
*, int, int);
[
all
...]
net.h
111
struct
fasync_struct
*fasync_list;
tty.h
193
struct
fasync_struct
*fasync;
perf_event.h
716
struct
fasync_struct
*fasync;
Completed in 86 milliseconds