Searched refs:compat_get_bitmap (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | compat.c | 121 return compat_get_bitmap(k, user_mask_ptr, len * 8); in compat_get_user_cpu_mask() 193 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, in compat_get_bitmap() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mempolicy.c | 1689 if (compat_get_bitmap(bm, nmask, nr_bits)) in COMPAT_SYSCALL_DEFINE3() 1711 if (compat_get_bitmap(nodes_addr(bm), nmask, nr_bits)) in COMPAT_SYSCALL_DEFINE6() 1735 if (compat_get_bitmap(nodes_addr(tmp_mask), old_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4() 1744 if (compat_get_bitmap(nodes_addr(tmp_mask), new_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 401 long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 1163 return compat_get_bitmap(fdset, ufdset, nr); in compat_get_fd_set()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 10573 ret = compat_get_bitmap(cpumask_bits(new_mask), in io_register_iowq_aff()
|