/linux-2.6.39/fs/ |
D | fs_struct.c | 107 int kill; in exit_fs() local 112 kill = !--fs->users; in exit_fs() 116 if (kill) in exit_fs() 146 int kill; in unshare_fs_struct() local 153 kill = !--fs->users; in unshare_fs_struct() 158 if (kill) in unshare_fs_struct() 184 int kill; in daemonize_fs_struct() local 194 kill = !--fs->users; in daemonize_fs_struct() 198 if (kill) in daemonize_fs_struct()
|
/linux-2.6.39/arch/um/os-Linux/ |
D | util.c | 95 if (kill(getpid(), SIGABRT) < 0) in uml_abort() 113 kill(0, SIGTERM); in os_dump_core() 119 kill(0, SIGCONT); in os_dump_core()
|
D | process.c | 97 kill(pid, SIGSTOP); in os_stop_process() 102 kill(pid, SIGKILL); in os_kill_process() 129 kill(pid, SIGKILL); in os_kill_ptraced_process()
|
D | start_up.c | 39 kill(pid, SIGKILL); in ptrace_child() 41 kill(pid, SIGSTOP); in ptrace_child()
|
/linux-2.6.39/arch/frv/mm/ |
D | tlb-flush.S | 50 # kill cached PGE value 55 # kill AMPR-cached TLB values 94 # kill cached PGE value 134 # kill cached PGE value 162 # kill cached PGE value
|
/linux-2.6.39/Documentation/vm/ |
D | hwpoison.txt | 5 kill the processes associated with it and avoid using it in the future. 58 early kill 65 late kill 68 Note some pages are always handled as late kill. 78 Enable early kill mode globally 81 Set early/late kill mode/revert to system default 84 PR_MCE_KILL_EARLY: Early kill 85 PR_MCE_KILL_LATE: Late kill
|
/linux-2.6.39/arch/mn10300/mm/ |
D | cache-inv-by-tag.S | 194 mov d2,(L1_CACHE_WAYDISP*0,a0) # kill the tag 208 mov d2,(L1_CACHE_WAYDISP*1,a0) # kill the tag 222 mov d2,(L1_CACHE_WAYDISP*2,a0) # kill the tag 236 mov d2,(L1_CACHE_WAYDISP*3,a0) # kill the tag
|
/linux-2.6.39/Documentation/networking/ |
D | README.ipw2100 | 163 0 = RF kill not enabled (radio on) 164 1 = SW based RF kill active (radio off) 165 2 = HW based RF kill active (radio off) 166 3 = Both HW and SW RF kill active (radio off) 168 0 = If SW based RF kill active, turn the radio back on 169 1 = If radio is on, activate SW based RF kill 171 NOTE: If you enable the SW based RF kill and then toggle the HW 172 based RF kill from ON -> OFF -> ON, the radio will NOT come back on 182 RF kill switch"
|
D | README.ipw2200 | 293 0 = RF kill not enabled (radio on) 294 1 = SW based RF kill active (radio off) 295 2 = HW based RF kill active (radio off) 296 3 = Both HW and SW RF kill active (radio off) 298 0 = If SW based RF kill active, turn the radio back on 299 1 = If radio is on, activate SW based RF kill 301 NOTE: If you enable the SW based RF kill and then toggle the HW 302 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
|
/linux-2.6.39/security/apparmor/ |
D | file.c | 135 if (sa.aad.fs.request & perms->kill) in aa_audit_file() 202 perms.kill = 0; in compute_perms() 394 lperms.kill = perms.kill; in aa_path_link()
|
D | capability.c | 80 cap_raised(profile->caps.kill, cap)) { in audit_caps()
|
/linux-2.6.39/security/apparmor/include/ |
D | capability.h | 33 kernel_cap_t kill; member
|
D | file.h | 91 u32 kill; member 97 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 18 kernel will never kill anything for this, but rather 33 triggering IO errors if needed. Note this may kill
|
/linux-2.6.39/arch/um/kernel/ |
D | tlb.c | 389 goto kill; in flush_tlb_page() 393 goto kill; in flush_tlb_page() 397 goto kill; in flush_tlb_page() 429 goto kill; in flush_tlb_page() 435 kill: in flush_tlb_page()
|
/linux-2.6.39/arch/um/include/shared/ |
D | kern.h | 27 extern int kill(int pid, int sig);
|
/linux-2.6.39/drivers/staging/intel_sst/ |
D | TODO | 6 Review the printks and kill off any left over ST_ERR: messages
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | TODO | 10 - kill ttype.h
|
/linux-2.6.39/drivers/input/keyboard/ |
D | lm8323.c | 452 static void lm8323_write_pwm(struct lm8323_pwm *pwm, int kill, in lm8323_write_pwm() argument 460 lm8323_write_pwm_one(pwm, i++, PWM_END(kill)); in lm8323_write_pwm() 468 int div512, perstep, steps, hz, up, kill; in lm8323_pwm_work() local 483 kill = (pwm->desired_brightness == 0); in lm8323_pwm_work() 514 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds); in lm8323_pwm_work()
|
/linux-2.6.39/drivers/staging/vt6655/ |
D | TODO | 10 - kill ttype.h
|
/linux-2.6.39/lib/ |
D | klist.c | 210 static void klist_put(struct klist_node *n, bool kill) in klist_put() argument 216 if (kill) in klist_put()
|
/linux-2.6.39/drivers/staging/et131x/ |
D | README | 14 - kill useless typecasts (e.g. in et1310_phy.c)
|
/linux-2.6.39/Documentation/ABI/obsolete/ |
D | sysfs-class-rfkill | 1 rfkill - radio frequency (RF) connector kill switch support
|
D | proc-pid-oom_adj | 4 badness heuristic used to determine which task to kill when the kernel
|
/linux-2.6.39/arch/um/drivers/ |
D | slirp_user.c | 96 if (kill(pri->pid, SIGHUP)<0) { in slirp_close()
|