Home
last modified time | relevance | path

Searched refs:fasync_struct (Results 1 – 25 of 53) sorted by relevance

123

/linux-3.4.99/fs/
Dfcntl.c658 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
670 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
672 struct fasync_struct *fa, **fp; in fasync_remove_entry()
696 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
706 void fasync_free(struct fasync_struct *new) in fasync_free()
718 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
720 struct fasync_struct *fa, **fp; in fasync_insert_entry()
752 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
754 struct fasync_struct *new; in fasync_add_entry()
781 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
[all …]
/linux-3.4.99/include/linux/
Dpipe_fs_i.h54 struct fasync_struct *fasync_readers;
55 struct fasync_struct *fasync_writers;
Dhid-debug.h44 struct fasync_struct *fasync;
Dhidraw.h70 struct fasync_struct *fasync;
Dpps_kernel.h75 struct fasync_struct *async_queue; /* fasync method */
Dfs.h1154 struct fasync_struct * fl_fasync; /* for lease break notifications */
1380 struct fasync_struct { struct
1384 struct fasync_struct *fa_next; /* singly linked list */ argument
1392 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1393 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1394 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1395 extern struct fasync_struct *fasync_alloc(void);
1396 extern void fasync_free(struct fasync_struct *);
1399 extern void kill_fasync(struct fasync_struct **, int, int);
Drtc.h192 struct fasync_struct *async_queue;
Dfsnotify_backend.h158 struct fasync_struct *fa; /* async notification */
Dnet.h125 struct fasync_struct *fasync_list;
Dperf_event.h961 struct fasync_struct *fasync;
/linux-3.4.99/arch/m68k/include/asm/
Dmac_mouse.h20 struct fasync_struct *fasyncptr;
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dspufs.h106 struct fasync_struct *ibox_fasync;
107 struct fasync_struct *wbox_fasync;
108 struct fasync_struct *mfc_fasync;
/linux-3.4.99/drivers/infiniband/core/
Duverbs.h90 struct fasync_struct *async_queue;
/linux-3.4.99/drivers/misc/lis3lv02d/
Dlis3lv02d.h274 struct fasync_struct *async_queue; /* queue for the misc device */
/linux-3.4.99/include/sound/
Dcontrol.h99 struct fasync_struct *fasync;
/linux-3.4.99/drivers/staging/comedi/
Dcomedidev.h227 struct fasync_struct *async_queue;
/linux-3.4.99/fs/fuse/
Dfuse_i.h515 struct fasync_struct *fasync;
/linux-3.4.99/drivers/input/serio/
Dserio_raw.c47 struct fasync_struct *fasync;
/linux-3.4.99/drivers/xen/
Devtchn.c68 struct fasync_struct *evtchn_async_queue;
/linux-3.4.99/drivers/usb/misc/
Dyurex.c68 struct fasync_struct *async_queue;
/linux-3.4.99/drivers/tty/vt/
Dvc_screen.c58 struct fasync_struct *fasync;
/linux-3.4.99/Documentation/zh_CN/
Dmagic-number.txt73 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
/linux-3.4.99/drivers/input/misc/
Dhp_sdc_rtc.c62 static struct fasync_struct *hp_sdc_rtc_async_queue;
/linux-3.4.99/drivers/scsi/
Dpmcraid.h730 struct fasync_struct *aen_queue;
/linux-3.4.99/drivers/staging/telephony/
Dixj.h1217 struct fasync_struct *async_queue;

123