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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit_task.h56 .mmlist = LIST_HEAD_INIT(name.mmlist), \
H A Dsched.h388 struct list_head mmlist; /* List of maybe swapped mm's. These are globally strung member in struct:mm_struct
389 * together off init_mm.mmlist, and are protected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Drmap.c702 if (list_empty(&mm->mmlist)) {
704 if (list_empty(&mm->mmlist))
705 list_add(&mm->mmlist, &init_mm.mmlist);
H A Dswapfile.c705 * advantage of mmlist ordering, which clusters forked mms
784 struct list_head *p = &start_mm->mmlist;
793 (p = p->next) != &start_mm->mmlist) {
794 mm = list_entry(p, struct mm_struct, mmlist);
911 * we can empty the mmlist. swap_lock must be held on entry and exit.
913 * added to the mmlist just after page_duplicate - before would be racy.
924 list_for_each_safe(p, next, &init_mm.mmlist)
H A Dmemory.c442 /* make sure dst_mm is on swapoff's mmlist. */
443 if (unlikely(list_empty(&dst_mm->mmlist))) {
445 if (list_empty(&dst_mm->mmlist))
446 list_add(&dst_mm->mmlist,
447 &src_mm->mmlist);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfork.c335 INIT_LIST_HEAD(&mm->mmlist);
392 if (!list_empty(&mm->mmlist)) {
394 list_del(&mm->mmlist);

Completed in 183 milliseconds