Home
last modified time | relevance | path

Searched refs:prop_length (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dnuma.c894 int prop_length, max_nodes; in find_possible_nodes() local
916 &prop_length); in find_possible_nodes()
919 &prop_length); in find_possible_nodes()
932 prop_length /= sizeof(int); in find_possible_nodes()
933 if (prop_length > min_common_depth + 2) in find_possible_nodes()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Ddlpar.c38 __be32 prop_length; member
66 prop->length = be32_to_cpu(ccwa->prop_length); in dlpar_parse_cc_property()