Searched refs:node_fetchops (Results 1 – 1 of 1) sorted by relevance
99 struct node_fetchops { struct129 static struct node_fetchops *node_fetchops[MAX_COMPACT_NODES]; variable194 struct node_fetchops *fops; in fetchop_alloc_page()200 fops = node_fetchops[nid]; in fetchop_alloc_page()203 atomic_dec(&node_fetchops[nid]->free); in fetchop_alloc_page()227 bit = (maddr - node_fetchops[nid]->maddr) >> PAGE_SHIFT; in fetchop_free_page()228 clear_bit(bit, node_fetchops[nid]->bits); in fetchop_free_page()229 atomic_inc(&node_fetchops[nid]->free); in fetchop_free_page()373 struct node_fetchops *fops; in fetchop_read_proc()382 fops = node_fetchops[nid]; in fetchop_read_proc()[all …]