Searched refs:zl (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/mm/ |
D | mempolicy.c | 1672 struct zonelist *zl; in huge_zonelist() local 1678 zl = node_zonelist(interleave_nid(*mpol, vma, addr, in huge_zonelist() 1681 zl = policy_zonelist(gfp_flags, *mpol, numa_node_id()); in huge_zonelist() 1685 return zl; in huge_zonelist() 1787 struct zonelist *zl; in alloc_page_interleave() local 1790 zl = node_zonelist(nid, gfp); in alloc_page_interleave() 1791 page = __alloc_pages(gfp, order, zl); in alloc_page_interleave() 1792 if (page && page_zone(page) == zonelist_zone(&zl->_zonerefs[0])) in alloc_page_interleave() 1825 struct zonelist *zl; in alloc_pages_vma() local 1838 zl = policy_zonelist(gfp, pol, node); in alloc_pages_vma() [all …]
|
/linux-2.6.39/net/tipc/ |
D | name_table.c | 509 struct publication *zl = sseq->zone_list; in tipc_nameseq_subscribe() local 510 if (zl && tipc_subscr_overlap(s, sseq->lower, sseq->upper)) { in tipc_nameseq_subscribe() 511 struct publication *crs = zl; in tipc_nameseq_subscribe() 524 } while (crs != zl); in tipc_nameseq_subscribe()
|
/linux-2.6.39/arch/parisc/mm/ |
D | init.c | 601 struct zonelist *zl; in show_mem() local 605 zl = node_zonelist(i, 0); in show_mem() 611 for_each_zone_zonelist(zone, z, zl, j) in show_mem()
|