Searched defs:personality (Results 1 - 3 of 3) sorted by last modified time

/include/uapi/linux/raid/
H A Dmd_u.h149 int personality; /* 1,2,3,4 */ member in struct:mdu_param_s
/include/linux/
H A Dpersonality.h4 #include <uapi/linux/personality.h>
30 unsigned char pers_low; /* lowest personality */
31 unsigned char pers_high; /* highest personality */
43 * Return the base personality without flags.
45 #define personality(pers) (pers & PER_MASK) macro
49 * Change personality of the currently running process.
52 ((current->personality == (pers)) ? 0 : __set_personality(pers))
H A Dsched.h1318 unsigned int personality; member in struct:task_struct

Completed in 139 milliseconds