Searched defs:fown_struct (Results 1 – 1 of 1) sorted by relevance
885 struct fown_struct { struct886 rwlock_t lock; /* protects pid, uid, euid fields */887 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */888 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */889 kuid_t uid, euid; /* uid/euid of process setting the owner */890 int signum; /* posix.1b rt signal to be delivered on IO */