Lines Matching refs:fs
201 mm_segment_t fs; in do_locks() local
213 fs = get_fs(); in do_locks()
216 set_fs(fs); in do_locks()
258 mm_segment_t fs; in sys_oabi_epoll_ctl() local
267 fs = get_fs(); in sys_oabi_epoll_ctl()
270 set_fs(fs); in sys_oabi_epoll_ctl()
279 mm_segment_t fs; in sys_oabi_epoll_wait() local
287 fs = get_fs(); in sys_oabi_epoll_wait()
290 set_fs(fs); in sys_oabi_epoll_wait()
338 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
341 set_fs(fs); in sys_oabi_semtimedop()