/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
nodemask.h | 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES) macro
|
/external/kernel-headers/original/linux/ |
nodemask.h | 11 * For details of nodemask_scnprintf() and nodemask_parse(), 54 * int nodemask_parse(ubuf, ulen, mask) Parse ascii string as nodemask 291 #define nodemask_parse(ubuf, ulen, dst) \ macro
|