Home
last modified time | relevance | path

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

/kernel/power/
Duser.c415 mm_segment_t old_fs; in snapshot_compat_ioctl() local
418 old_fs = get_fs(); in snapshot_compat_ioctl()
421 set_fs(old_fs); in snapshot_compat_ioctl()
435 mm_segment_t old_fs; in snapshot_compat_ioctl() local
442 old_fs = get_fs(); in snapshot_compat_ioctl()
446 set_fs(old_fs); in snapshot_compat_ioctl()
/kernel/bpf/
Dcgroup.c903 mm_segment_t old_fs; in __cgroup_bpf_run_filter_sysctl() local
906 old_fs = get_fs(); in __cgroup_bpf_run_filter_sysctl()
913 set_fs(old_fs); in __cgroup_bpf_run_filter_sysctl()
/kernel/
Dmodule.c3359 mm_segment_t old_fs; in flush_module_icache() local
3362 old_fs = get_fs(); in flush_module_icache()
3377 set_fs(old_fs); in flush_module_icache()