Home
last modified time | relevance | path

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

/fs/
Dfcntl.c778 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() argument
795 send_sigio_to_task(p, fown, fd, band, type); in send_sigio()
800 send_sigio_to_task(p, fown, fd, band, type); in send_sigio()
990 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) in kill_fasync_rcu() argument
1007 send_sigio(fown, fa->fa_fd, band); in kill_fasync_rcu()
1014 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync() argument
1021 kill_fasync_rcu(rcu_dereference(*fp), sig, band); in kill_fasync()