Lines Matching refs:isolate
148 * @isolate: callback function that is responsible for deciding what to do with
150 * @cb_arg: opaque type that will be passed to @isolate
154 * @isolate callback for each of those items, along with the current list
155 * spinlock and a caller-provided opaque. The @isolate callback can choose to
167 list_lru_walk_cb isolate, void *cb_arg,
174 * @isolate: callback function that is responsible for deciding what to do with
176 * @cb_arg: opaque type that will be passed to @isolate
184 list_lru_walk_cb isolate, void *cb_arg,
187 list_lru_walk_cb isolate, void *cb_arg,
192 list_lru_walk_cb isolate, void *cb_arg)
194 return list_lru_walk_one(lru, sc->nid, sc->memcg, isolate, cb_arg,
200 list_lru_walk_cb isolate, void *cb_arg)
202 return list_lru_walk_one_irq(lru, sc->nid, sc->memcg, isolate, cb_arg,
207 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate,
214 isolated += list_lru_walk_node(lru, nid, isolate,