Searched defs:action (Results 1 - 10 of 10) sorted by relevance

/mm/
H A Dpage_cgroup.c240 unsigned long action, void *arg)
244 switch (action) {
239 page_cgroup_callback(struct notifier_block *self, unsigned long action, void *arg) argument
H A Dbacking-dev.c394 } action = NO_ACTION; local
437 action = FORK_THREAD;
456 action = KILL_THREAD;
467 switch (action) {
H A Dmemory-failure.c190 * Send all the processes who have the page mapped an ``action optional''
752 int (*action)(struct page *p, unsigned long pfn); member in struct:page_state
821 result = ps->action(p, pfn);
825 if (ps->action == me_swapcache_dirty && result == DELAYED)
H A Dvmstat.c1165 unsigned long action,
1170 switch (action) {
1164 vmstat_cpuup_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
H A Dksm.c1791 unsigned long action, void *arg)
1796 switch (action) {
1790 ksm_memory_callback(struct notifier_block *self, unsigned long action, void *arg) argument
H A Dvmscan.c3196 unsigned long action, void *hcpu)
3200 if (action == CPU_ONLINE || action == CPU_ONLINE_FROZEN) {
3195 cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
H A Dslab.c1333 unsigned long action, void *hcpu)
1338 switch (action) {
1424 unsigned long action, void *arg)
1434 switch (action) {
1332 cpuup_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument
1423 slab_memory_callback(struct notifier_block *self, unsigned long action, void *arg) argument
H A Dmemcontrol.c2086 unsigned long action,
2093 if ((action == CPU_ONLINE)) {
2099 if ((action != CPU_DEAD) || action != CPU_DEAD_FROZEN)
2085 memcg_cpu_hotplug_callback(struct notifier_block *nb, unsigned long action, void *hcpu) argument
H A Dpage_alloc.c4822 unsigned long action, void *hcpu)
4826 if (action == CPU_DEAD || action == CPU_DEAD_FROZEN) {
4821 page_alloc_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) argument
H A Dslub.c3608 unsigned long action, void *arg)
3612 switch (action) {
3961 unsigned long action, void *hcpu)
3967 switch (action) {
3607 slab_memory_callback(struct notifier_block *self, unsigned long action, void *arg) argument
3960 slab_cpuup_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) argument

Completed in 125 milliseconds