Searched refs:dec_ucount (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/fs/notify/inotify/ |
A D | inotify.h | 57 dec_ucount(ucounts, UCOUNT_INOTIFY_INSTANCES); in dec_inotify_instances() 67 dec_ucount(ucounts, UCOUNT_INOTIFY_WATCHES); in dec_inotify_watches()
|
/linux-6.3-rc2/kernel/cgroup/ |
A D | namespace.c | 19 dec_ucount(ucounts, UCOUNT_CGROUP_NAMESPACES); in dec_cgroup_namespaces()
|
/linux-6.3-rc2/kernel/ |
A D | utsname.c | 27 dec_ucount(ucounts, UCOUNT_UTS_NAMESPACES); in dec_uts_namespaces()
|
A D | pid_namespace.c | 69 dec_ucount(ucounts, UCOUNT_PID_NAMESPACES); in dec_pid_namespaces()
|
A D | ucount.c | 252 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() function
|
A D | user_namespace.c | 40 return dec_ucount(ucounts, UCOUNT_USER_NAMESPACES); in dec_user_namespaces()
|
/linux-6.3-rc2/ipc/ |
A D | namespace.c | 35 dec_ucount(ucounts, UCOUNT_IPC_NAMESPACES); in dec_ipc_namespaces()
|
/linux-6.3-rc2/include/linux/ |
A D | user_namespace.h | 122 void dec_ucount(struct ucounts *ucounts, enum ucount_type type);
|
/linux-6.3-rc2/kernel/time/ |
A D | namespace.c | 66 dec_ucount(ucounts, UCOUNT_TIME_NAMESPACES); in dec_time_namespaces()
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify.c | 990 dec_ucount(group->fanotify_data.ucounts, in fanotify_free_group_priv() 1066 dec_ucount(group->fanotify_data.ucounts, UCOUNT_FANOTIFY_MARKS); in fanotify_freeing_mark()
|
A D | fanotify_user.c | 1229 dec_ucount(ucounts, UCOUNT_FANOTIFY_MARKS); in fanotify_add_new_mark()
|
/linux-6.3-rc2/net/core/ |
A D | net_namespace.c | 401 dec_ucount(ucounts, UCOUNT_NET_NAMESPACES); in dec_net_namespaces()
|
/linux-6.3-rc2/fs/ |
A D | namespace.c | 3397 dec_ucount(ucounts, UCOUNT_MNT_NAMESPACES); in dec_mnt_namespaces()
|
Completed in 130 milliseconds