Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpercpu.h352 #ifndef this_cpu_write
365 # define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, (pcp), (val)) macro
/linux-2.6.39/kernel/
Dsoftirq.c820 this_cpu_write(tasklet_vec.tail, per_cpu(tasklet_vec, cpu).tail); in takeover_tasklets()
Dprintk.c1195 this_cpu_write(printk_pending, 1); in wake_up_klogd()
/linux-2.6.39/fs/
Dnamespace.c158 this_cpu_write(mnt->mnt_pcp->mnt_count, n); in mnt_set_count()
/linux-2.6.39/mm/
Dmemcontrol.c669 this_cpu_write(mem->stat->targets[target], next); in __mem_cgroup_target_update()