Searched refs:migratable (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/include/keys/
H A Dtrusted-type.h26 unsigned char migratable; member in struct:trusted_key_payload
/linux-4.4.14/security/keys/
H A Dtrusted.h59 pr_info("trusted_key: migratable %d\n", p->migratable); dump_payload()
H A Dtrusted.c671 /* include migratable flag at end of sealed key */ key_seal()
672 p->key[p->key_len] = p->migratable; key_seal()
702 /* pull migratable flag out of sealed key */ key_unseal()
703 p->migratable = p->key[--p->key_len]; key_unseal()
725 {Opt_migratable, "migratable=%s"},
780 pay->migratable = 0; getoptions()
892 p->migratable = 1; /* migratable by default */ trusted_payload_alloc()
1020 if (!p->migratable) trusted_update()
1055 new_p->migratable = p->migratable; trusted_update()
/linux-4.4.14/include/linux/
H A Dmempolicy.h174 /* Check if a vma is migratable */ vma_migratable()
/linux-4.4.14/drivers/char/tpm/
H A Dtpm2-cmd.c452 tpm_buf_append_u8(&buf, payload->migratable); tpm2_seal_trusted()
603 payload->migratable = data[data_len - 1]; tpm2_unseal()
/linux-4.4.14/kernel/sched/
H A Drt.c1383 * p is migratable, so let's not schedule it and check_preempt_equal_prio()
1416 * - the newly woken task is non-migratable while current is migratable check_preempt_curr_rt()
1421 * to move current somewhere else, making room for our non-migratable check_preempt_curr_rt()
H A Ddeadline.c1098 * p is migratable, so let's not schedule it and check_preempt_equal_dl()
H A Dfair.c2272 * would find the !migratable VMA on the next scan but not reset the task_numa_work()
/linux-4.4.14/fs/
H A Dinode.c896 * for the page cache are not reclaimable or migratable,
/linux-4.4.14/mm/
H A Dmemory_hotplug.c1407 * Scan pfn range [start,end) to find movable/migratable pages (LRU pages
/linux-4.4.14/net/core/
H A Ddev.c7638 * Push all migratable network devices back to the default_device_exit()
/linux-4.4.14/kernel/
H A Dcgroup.c2503 * and doesn't contain any migratable tasks. Ignore it early so cgroup_migrate_add_src()

Completed in 621 milliseconds