static inline mm_segment_t get_fs()
in
include/asm/segment.h [31:34]
4
lines of code
1
McCabe index (conditional complexity)
static inline mm_segment_t get_fs(void) { return USER_DS; }