Toggle navigation
/
Symbol
File
Text
Line
Symbol: kill
function
Declared as a prototype...
/usr/include/signal.h:112:1-112:44
: extern int kill (__pid_t __pid, int __sig) __THROW;
function parameter
Defined...
drivers/infiniband/hw/bnxt_re/qplib_fp.c:418:55-418:60
: void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill)
drivers/infiniband/hw/bnxt_re/qplib_rcfw.c:991:61-991:66
: void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill)
drivers/input/keyboard/lm8323.c:428:54-428:58
: static void lm8323_write_pwm(struct lm8323_pwm *pwm, int kill,
fs/inode.c:2052:29-2052:33
: struct dentry *dentry, int kill)
include/linux/fs_pin.h:14:50-14:78
: static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *))
ipc/msg.c:213:37-213:42
: struct wake_q_head *wake_q, bool kill)
lib/klist.c:209:45-209:50
: static void klist_put(struct klist_node *n, bool kill)
variable
Defined...
drivers/input/keyboard/lm8323.c:444:2-444:38
: int div512, perstep, steps, hz, up, kill;
drivers/tty/vt/vc_screen.c:128:2-128:59
: struct vcs_poll_data *poll = file->private_data, *kill = NULL;
fs/afs/proc.c:492:2-492:34
: struct afs_sysnames *sysnames, *kill;
fs/attr.c:71:2-71:13
: int kill = 0;
fs/fs_struct.c:100:3-100:7
: int kill;
fs/fs_struct.c:137:2-137:6
: int kill;
fs/inode.c:2069:2-2069:6
: int kill;
fs/nfs/internal.h:629:2-629:13
: int kill = 0;
fs/pipe.c:702:2-702:13
: int kill = 0;
kernel/cgroup/cgroup.c:3980:2-3980:6
: int kill;
kernel/cgroup/cgroup.c:6586:2-6586:14
: bool kill = false;
net/core/skbuff.c:3757:2-3757:22
: struct sk_buff_head kill;
net/ipv4/inet_timewait_sock.c:269:3-269:26
: bool kill = timeo <= 4*HZ;
samples/seccomp/dropper.c:46:3-46:29
: struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL);