Lines Matching refs:entry
10 * In addition there is a "soft offline" entry point that allows stop using
91 * MF_ATTR_RO - Create sysfs entry for each memory failure statistics.
1198 * migration entry prevents later access on error hugepage,
1268 * Catchall entry: must be at end.
2412 struct memory_failure_entry entry = {
2419 if (kfifo_put(&mf_cpu->fifo, entry))
2432 struct memory_failure_entry entry = { 0, };
2439 gotten = kfifo_get(&mf_cpu->fifo, &entry);
2443 if (entry.flags & MF_SOFT_OFFLINE)
2444 soft_offline_page(entry.pfn, entry.flags);
2446 memory_failure(entry.pfn, entry.flags);