Lines Matching refs:fs
202 mm_segment_t fs; in do_locks() local
214 fs = get_fs(); in do_locks()
217 set_fs(fs); in do_locks()
259 mm_segment_t fs; in sys_oabi_epoll_ctl() local
268 fs = get_fs(); in sys_oabi_epoll_ctl()
271 set_fs(fs); in sys_oabi_epoll_ctl()
281 mm_segment_t fs; in sys_oabi_epoll_wait() local
293 fs = get_fs(); in sys_oabi_epoll_wait()
296 set_fs(fs); in sys_oabi_epoll_wait()
351 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
354 set_fs(fs); in sys_oabi_semtimedop()