Home
last modified time | relevance | path

Searched refs:old_fs (Results 1 – 3 of 3) sorted by relevance

/kernel/power/
Duser.c426 mm_segment_t old_fs; in snapshot_compat_ioctl() local
429 old_fs = get_fs(); in snapshot_compat_ioctl()
432 set_fs(old_fs); in snapshot_compat_ioctl()
446 mm_segment_t old_fs; in snapshot_compat_ioctl() local
453 old_fs = get_fs(); in snapshot_compat_ioctl()
457 set_fs(old_fs); in snapshot_compat_ioctl()
/kernel/bpf/
Dcgroup.c906 mm_segment_t old_fs; in __cgroup_bpf_run_filter_sysctl() local
909 old_fs = get_fs(); in __cgroup_bpf_run_filter_sysctl()
916 set_fs(old_fs); in __cgroup_bpf_run_filter_sysctl()
/kernel/
Dmodule.c3521 mm_segment_t old_fs; in flush_module_icache() local
3524 old_fs = get_fs(); in flush_module_icache()
3539 set_fs(old_fs); in flush_module_icache()