Searched refs:pcpu_balance_workfn (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dpercpu.c196 static void pcpu_balance_workfn(struct work_struct *work);
197 static DECLARE_WORK(pcpu_balance_work, pcpu_balance_workfn);
1763 * pcpu_balance_workfn() allocates memory under this mutex,
1901 /* see the flag handling in pcpu_balance_workfn() */
2217 * pcpu_balance_workfn - manage the amount of free chunks and populated pages
2224 static void pcpu_balance_workfn(struct work_struct *work) function

Completed in 148 milliseconds