unshare
NR: 272
implementation
complexity: 1014
similar syscall
accessed structs
func | struct | target | location | has_read | has_write |
---|---|---|---|---|---|
commit_creds | task_struct | pdeath_signal | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L413 | false | false |
commit_creds | task_struct | mm | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L411 | true | true |
commit_creds | task_struct | mm | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L412 | true | true |
commit_creds | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L398 | false | false |
commit_creds | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L401 | false | false |
commit_creds | cred | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L437 | true | true |
commit_creds | cred | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L441 | true | true |
commit_creds | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L436 | true | true |
commit_creds | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L440 | true | true |
commit_creds | cred | user | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L436 | true | true |
commit_creds | cred | user | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L440 | true | true |
commit_creds | cred | fsgid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L409 | true | true |
commit_creds | cred | fsgid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L429 | true | true |
commit_creds | cred | fsgid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L453 | true | true |
commit_creds | cred | fsuid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L408 | true | true |
commit_creds | cred | fsuid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L427 | true | true |
commit_creds | cred | fsuid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L447 | true | true |
commit_creds | cred | egid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L407 | true | true |
commit_creds | cred | egid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L451 | true | true |
commit_creds | cred | euid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L406 | true | true |
commit_creds | cred | euid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L445 | true | true |
commit_creds | cred | sgid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L452 | true | true |
commit_creds | cred | suid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L446 | true | true |
commit_creds | cred | gid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L450 | true | true |
commit_creds | cred | uid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L444 | true | true |
mntput | mount | mnt_expiry_mark | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1508 | false | false |
mntput | mount | mnt_expiry_mark | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1508 | true | true |
mntput | mount | mnt_expiry_mark | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1507 | true | true |
get_userns_rlimit_max | user_namespace | rlimit_max | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/user_namespace.h#L151 | false | false |
dec_rlimit_ucounts | ucounts | rlimit | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L284 | false | false |
dec_rlimit_ucounts | user_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L283 | true | true |
dec_rlimit_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L283 | true | true |
inc_rlimit_ucounts | ucounts | rlimit | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L269 | false | false |
inc_rlimit_ucounts | user_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L268 | true | true |
inc_rlimit_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L268 | true | true |
inc_rlimit_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L274 | true | true |
put_ucounts | ucounts | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L207 | false | false |
put_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L210 | true | true |
put_ucounts | ucounts | node | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L208 | false | false |
alloc_ucounts | ucounts | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L181 | false | false |
alloc_ucounts | ucounts | uid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L180 | false | false |
alloc_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L179 | false | false |
alloc_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L187 | true | true |
alloc_ucounts | ucounts | node | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L186 | false | false |
security_capable | static_key_false | key | https://elixir.bootlin.com/linux/v6.14.7/source/security/security.c#L1142 | false | false |
__kgid_val | (unnamed class/struct/union) | val | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/uidgid.h#L33 | true | true |
__kuid_val | (unnamed class/struct/union) | val | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/uidgid.h#L28 | true | true |
current_is_single_threaded | signal_struct | thread_head | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | signal_struct | live | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L22 | false | false |
current_is_single_threaded | (unnamed class/struct/union) | mm_users | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L25 | false | false |
current_is_single_threaded | task_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L31 | true | true |
current_is_single_threaded | task_struct | signal | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L22 | true | true |
current_is_single_threaded | task_struct | signal | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | task_struct | thread_node | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | false | false |
current_is_single_threaded | task_struct | thread_node | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L36 | true | true |
current_is_single_threaded | task_struct | group_leader | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L33 | true | true |
current_is_single_threaded | task_struct | mm | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L18 | true | true |
current_is_single_threaded | task_struct | mm | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L37 | true | true |
current_is_single_threaded | task_struct | mm | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L39 | true | true |
current_is_single_threaded | task_struct | tasks | https://elixir.bootlin.com/linux/v6.14.7/source/lib/is_single_threaded.c#L30 | true | true |
put_pid | pid | numbers | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid.c#L115 | false | false |
put_pid | pid | level | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid.c#L115 | true | true |
put_pid | upid | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid.c#L115 | true | true |
put_pid | pid | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid.c#L116 | false | false |
put_pid | pid_namespace | pid_cachep | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid.c#L117 | true | true |
is_vmalloc_addr | (unnamed class/struct/union) | x86_capability | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L83 | false | false |
put_nsproxy | nsproxy | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/nsproxy.h#L117 | false | false |
free_nsproxy | nsproxy | cgroup_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L204 | true | true |
free_nsproxy | nsproxy | time_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L202 | true | true |
free_nsproxy | nsproxy | time_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L203 | true | true |
free_nsproxy | nsproxy | time_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L200 | true | true |
free_nsproxy | nsproxy | time_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L201 | true | true |
free_nsproxy | nsproxy | net_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L205 | true | true |
free_nsproxy | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L198 | true | true |
free_nsproxy | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L199 | true | true |
free_nsproxy | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L192 | true | true |
free_nsproxy | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L193 | true | true |
free_nsproxy | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L196 | true | true |
free_nsproxy | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L197 | true | true |
free_nsproxy | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L194 | true | true |
free_nsproxy | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L195 | true | true |
unshare_nsproxy_namespaces | task_struct | fs | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L229 | true | true |
unshare_nsproxy_namespaces | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L224 | true | true |
switch_task_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L247 | false | false |
switch_task_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L246 | true | true |
put_pid_ns | pid_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L186 | true | true |
put_pid_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L186 | false | false |
put_pid_ns | pid_namespace | work | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L187 | false | false |
get_pid_ns | pid_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/pid_namespace.h#L60 | true | true |
get_pid_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/pid_namespace.h#L60 | false | false |
put_time_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/time_namespace.h#L54 | false | false |
put_time_ns | time_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/time_namespace.h#L54 | true | true |
get_time_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/time_namespace.h#L41 | false | false |
get_time_ns | time_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/time_namespace.h#L41 | true | true |
perf_event_namespaces | perf_namespaces_event | event_id | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8715 | true | true |
perf_event_namespaces | perf_namespaces_event | event_id | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8724 | true | true |
perf_event_namespaces | (unnamed class/struct/union) | link_info | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8724 | false | false |
__init_waitqueue_head | wait_queue_head | head | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/wait.c#L12 | false | false |
__init_waitqueue_head | wait_queue_head | lock | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/wait.c#L10 | false | false |
refcount_dec_not_one | refcount_struct | refs | https://elixir.bootlin.com/linux/v6.14.7/source/lib/refcount.c#L76 | false | false |
refcount_dec_not_one | refcount_struct | refs | https://elixir.bootlin.com/linux/v6.14.7/source/lib/refcount.c#L91 | false | false |
kvfree_call_rcu | callback_head | func | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1958 | false | false |
kvfree_call_rcu | callback_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1959 | false | false |
kvfree_call_rcu | kfree_rcu_cpu | head | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1960 | false | false |
kvfree_call_rcu | kfree_rcu_cpu | head | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1960 | true | true |
kvfree_call_rcu | kfree_rcu_cpu | head | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1959 | true | true |
kvfree_call_rcu | kfree_rcu_cpu | head_count | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1961 | false | false |
kvfree_call_rcu | kfree_rcu_cpu | head_gp_snap | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1964 | false | false |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | task_struct | sysvshm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L448 | true | true |
exit_shm | task_struct | sysvshm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
exit_shm | sysv_shm | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L448 | false | false |
exit_shm | sysv_shm | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | false | false |
exit_shm | ipc_namespace | shm_rmid_forced | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L470 | true | true |
exit_shm | ipc_namespace | ids | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L508 | false | false |
exit_shm | ipc_namespace | ids | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L530 | false | false |
exit_shm | ipc_ids | rwsem | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L508 | false | false |
exit_shm | ipc_ids | rwsem | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L530 | false | false |
exit_shm | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L491 | false | false |
exit_shm | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L514 | false | false |
exit_shm | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L516 | false | false |
exit_shm | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L520 | false | false |
exit_shm | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L527 | false | false |
exit_shm | shmid_kernel | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L463 | true | true |
exit_shm | shmid_kernel | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L481 | false | false |
exit_shm | shmid_kernel | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L500 | false | false |
exit_shm | shmid_kernel | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L453 | true | true |
ktime_get | timekeeper | tkr_mono | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L778 | false | false |
ktime_get | timekeeper | tkr_mono | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L777 | true | true |
ktime_get | tk_read_base | base | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L777 | true | true |
ktime_get | tk_data | timekeeper | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L768 | false | false |
ktime_get | tk_data | seq | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L780 | false | false |
ktime_get | tk_data | seq | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L776 | false | false |
ktime_get_real_seconds | timekeeper | xtime_sec | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L965 | true | true |
ktime_get_real_seconds | timekeeper | xtime_sec | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L969 | true | true |
ktime_get_real_seconds | tk_data | timekeeper | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L960 | false | false |
ktime_get_real_seconds | tk_data | seq | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L971 | false | false |
ktime_get_real_seconds | tk_data | seq | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/timekeeping.c#L968 | false | false |
__kvmalloc_node_noprof | (unnamed class/struct/union) | x86_capability | https://elixir.bootlin.com/linux/v6.14.7/source/mm/util.c#L687 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | false | false |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2380 | true | true |
exit_sem | task_struct | sysvsem | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2339 | true | true |
exit_sem | task_struct | sysvsem | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2342 | true | true |
exit_sem | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2380 | true | true |
exit_sem | sysv_sem | undo_list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2342 | false | false |
exit_sem | sysv_sem | undo_list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2339 | true | true |
exit_sem | wake_q_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2351 | false | false |
exit_sem | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2389 | false | false |
exit_sem | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2405 | false | false |
exit_sem | sem_array | sem_nsems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2413 | true | true |
exit_sem | sem_undo_list | refcnt | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2344 | false | false |
exit_sem | sem_undo_list | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2358 | false | false |
exit_sem | sem_undo_list | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2356 | true | true |
exit_sem | sem_undo | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2358 | false | false |
exit_sem | sem_undo | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2409 | false | false |
exit_sem | sem_undo | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2357 | true | true |
exit_sem | sem_undo_list | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2365 | false | false |
exit_sem | sem_undo_list | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2366 | false | false |
exit_sem | sem_undo_list | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2370 | false | false |
exit_sem | sem_undo_list | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2372 | false | false |
exit_sem | sem_undo_list | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2408 | false | false |
exit_sem | sem_undo_list | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2410 | false | false |
exit_sem | sem_undo | semid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2371 | true | true |
exit_sem | sem_undo | list_id | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2406 | false | false |
exit_sem | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2414 | false | false |
exit_sem | sem_undo | semadj | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2415 | false | false |
exit_sem | sem_undo | semadj | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2416 | false | false |
exit_sem | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2431 | false | false |
exit_sem | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2433 | false | false |
exit_sem | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2430 | true | true |
exit_sem | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2432 | true | true |
exit_sem | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2416 | true | true |
exit_sem | sem | sempid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2434 | false | false |
exit_sem | sem_undo | rcu | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2443 | false | false |
exit_sem | sem_undo | rcu | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L2443 | true | true |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
list_del_rcu | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/rculist.h#L169 | false | false |
set_dumpable | (unnamed class/struct/union) | flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/exec.c#L2111 | false | false |
file_ref_put | (unnamed class/struct/union) | refcnt | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/file_ref.h#L157 | false | false |
put_cgroup_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cgroup.h#L809 | false | false |
put_cgroup_ns | cgroup_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cgroup.h#L809 | true | true |
free_cgroup_ns | ns_common | inum | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L45 | true | true |
free_cgroup_ns | cgroup_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L45 | false | false |
free_cgroup_ns | cgroup_namespace | root_cset | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L42 | true | true |
free_cgroup_ns | cgroup_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L43 | true | true |
free_cgroup_ns | cgroup_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L44 | true | true |
get_cgroup_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cgroup.h#L804 | false | false |
get_cgroup_ns | cgroup_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cgroup.h#L804 | true | true |
copy_cgroup_ns | cgroup_namespace | root_cset | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L88 | false | false |
copy_cgroup_ns | cgroup_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L87 | false | false |
copy_cgroup_ns | cgroup_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L86 | false | false |
task_css_set | task_struct | cgroups | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cgroup.h#L421 | false | false |
task_css_set | task_struct | cgroups | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cgroup.h#L421 | true | true |
mapping_clear_unevictable | address_space | flags | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/pagemap.h#L264 | false | false |
mapping_set_unevictable | address_space | flags | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/pagemap.h#L259 | false | false |
task_work_add | task_struct | task_works | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/task_work.c#L68 | false | false |
task_work_add | task_struct | task_works | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/task_work.c#L73 | false | false |
task_work_add | task_struct | task_works | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/task_work.c#L68 | true | true |
task_work_add | callback_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/task_work.c#L72 | false | false |
vfree | vm_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3372 | true | true |
vfree | vm_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3378 | true | true |
vfree | vm_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3387 | true | true |
vfree | vm_struct | nr_pages | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3374 | true | true |
vfree | vm_struct | nr_pages | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3388 | true | true |
vfree | vm_struct | pages | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3375 | true | true |
vfree | vm_struct | pages | https://elixir.bootlin.com/linux/v6.14.7/source/mm/vmalloc.c#L3389 | true | true |
is_file_hugepages | file | f_op | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/hugetlb.h#L526 | true | true |
is_file_hugepages | file_operations | fop_flags | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/hugetlb.h#L526 | true | true |
fput | file | f_mode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L519 | true | true |
fput | file | f_ref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L516 | false | false |
fput | (unnamed class/struct/union) | f_llist | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L534 | false | false |
fput | (unnamed class/struct/union) | f_task_work | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L524 | false | false |
fput | (unnamed class/struct/union) | f_task_work | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L525 | false | false |
fput | task_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L523 | true | true |
put_net | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/net/net_namespace.h#L284 | false | false |
put_net | net | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/net/net_namespace.h#L284 | true | true |
get_net | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/net/net_namespace.h#L265 | false | false |
get_net | net | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/net/net_namespace.h#L265 | true | true |
net_passive_dec | net | passive | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L469 | false | false |
net_passive_dec | net | gen | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L470 | false | false |
net_passive_dec | net | gen | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L470 | true | true |
net_passive_dec | net | notrefcnt_tracker | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L473 | false | false |
net_passive_dec | net | defer_free_list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L476 | false | false |
__put_net | net | refcnt_tracker | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L700 | false | false |
__put_net | net | cleanup_list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L702 | false | false |
copy_net_ns | net | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L509 | false | false |
copy_net_ns | net | key_domain | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L523 | true | true |
send_msg | (unnamed class/struct/union) | cpu_number | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L95 | false | false |
send_msg | (unnamed class/struct/union) | cpu_number | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L95 | true | true |
send_msg | cn_msg | len | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L111 | true | true |
send_msg | cn_msg | data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L95 | false | false |
send_msg | cn_msg | data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L103 | false | false |
send_msg | cn_msg | data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L106 | false | false |
send_msg | cn_msg | seq | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L94 | false | false |
send_msg | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L106 | true | true |
send_msg | proc_event | cpu | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L95 | false | false |
send_msg | proc_event | what | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L103 | true | true |
send_msg | (unnamed class/struct/union) | exit | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L106 | true | true |
send_msg | exit_proc_event | exit_code | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L106 | true | true |
send_msg | local_event | lock | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L92 | false | false |
send_msg | local_event | lock | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L114 | false | false |
send_msg | local_event | count | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L94 | false | false |
send_msg | local_event | count | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L94 | true | true |
proc_id_connector | task_struct | real_cred | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L188 | false | false |
proc_id_connector | task_struct | real_cred | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L188 | true | true |
proc_id_connector | task_struct | tgid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L186 | true | true |
proc_id_connector | task_struct | pid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L185 | true | true |
proc_id_connector | cred | egid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L194 | true | true |
proc_id_connector | cred | euid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L191 | true | true |
proc_id_connector | cred | gid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L193 | true | true |
proc_id_connector | cred | uid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L190 | true | true |
proc_id_connector | cn_msg | len | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L204 | false | false |
proc_id_connector | cn_msg | data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L182 | false | false |
proc_id_connector | cn_msg | ack | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L203 | false | false |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L183 | false | false |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L183 | true | true |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L185 | true | true |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L186 | true | true |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L190 | true | true |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L191 | true | true |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L193 | true | true |
proc_id_connector | proc_event | event_data | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L194 | true | true |
proc_id_connector | proc_event | timestamp_ns | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L200 | false | false |
proc_id_connector | proc_event | what | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L184 | false | false |
proc_id_connector | cn_msg | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L202 | false | false |
proc_id_connector | cn_msg | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L202 | true | true |
proc_id_connector | cn_msg | flags | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L205 | false | false |
proc_id_connector | (unnamed class/struct/union) | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L185 | true | true |
proc_id_connector | (unnamed class/struct/union) | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L186 | true | true |
proc_id_connector | (unnamed class/struct/union) | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L190 | true | true |
proc_id_connector | (unnamed class/struct/union) | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L191 | true | true |
proc_id_connector | (unnamed class/struct/union) | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L193 | true | true |
proc_id_connector | (unnamed class/struct/union) | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L194 | true | true |
proc_id_connector | id_proc_event | process_pid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L185 | false | false |
proc_id_connector | id_proc_event | process_tgid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L186 | false | false |
proc_id_connector | id_proc_event | r | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L190 | true | true |
proc_id_connector | id_proc_event | r | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L193 | true | true |
proc_id_connector | (unnamed class/struct/union) | ruid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L190 | false | false |
proc_id_connector | id_proc_event | e | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L191 | true | true |
proc_id_connector | id_proc_event | e | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L194 | true | true |
proc_id_connector | (unnamed class/struct/union) | euid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L191 | false | false |
proc_id_connector | (unnamed class/struct/union) | rgid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L193 | false | false |
proc_id_connector | (unnamed class/struct/union) | egid | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/cn_proc.c#L194 | false | false |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | sk_buff | cb | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L111 | false | false |
cn_netlink_send_mult | netlink_skb_parms | dst_group | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L111 | false | false |
cn_netlink_send_mult | cn_msg | seq | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L101 | true | true |
cn_netlink_send_mult | cn_msg | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L80 | false | false |
cn_netlink_send_mult | cn_dev | cbdev | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L77 | true | true |
cn_netlink_send_mult | cn_dev | cbdev | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | true | true |
cn_netlink_send_mult | cn_dev | cbdev | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L86 | true | true |
cn_netlink_send_mult | cn_dev | nls | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L92 | true | true |
cn_netlink_send_mult | cn_dev | nls | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L114 | true | true |
cn_netlink_send_mult | cn_dev | nls | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L117 | true | true |
cn_netlink_send_mult | cn_callback_entry | group | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L82 | true | true |
cn_netlink_send_mult | cn_callback_entry | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L80 | true | true |
cn_netlink_send_mult | cn_callback_entry | callback_entry | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L79 | false | false |
cn_netlink_send_mult | cn_callback_entry | callback_entry | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L79 | true | true |
cn_netlink_send_mult | cn_callback_id | id | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L80 | false | false |
cn_netlink_send_mult | cn_queue_dev | queue_lock | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L77 | false | false |
cn_netlink_send_mult | cn_queue_dev | queue_lock | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L86 | false | false |
cn_netlink_send_mult | cn_queue_dev | queue_list | https://elixir.bootlin.com/linux/v6.14.7/source/drivers/connector/connector.c#L78 | false | false |
get_mnt_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/mount.h#L127 | false | false |
get_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/mount.h#L127 | true | true |
real_mount | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/mount.h#L92 | true | true |
lock_for_kill | dentry | d_inode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L683 | true | true |
lock_for_kill | dentry | d_inode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L695 | true | true |
lock_for_kill | dentry | d_inode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L698 | true | true |
lock_for_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L685 | true | true |
lock_for_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L692 | true | true |
lock_for_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L694 | true | true |
lock_for_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L700 | true | true |
lock_for_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L692 | false | false |
lock_for_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L694 | false | false |
lock_for_kill | (unnamed class/struct/union) | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L685 | true | true |
lock_for_kill | (unnamed class/struct/union) | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L700 | true | true |
lock_for_kill | inode | i_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L688 | false | false |
lock_for_kill | inode | i_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L693 | false | false |
lock_for_kill | inode | i_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L697 | false | false |
lock_for_kill | inode | i_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L703 | false | false |
__dentry_kill | dentry | d_inode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L642 | true | true |
__dentry_kill | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L633 | true | true |
__dentry_kill | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L636 | true | true |
__dentry_kill | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L637 | true | true |
__dentry_kill | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L658 | true | true |
__dentry_kill | dentry | d_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L634 | true | true |
__dentry_kill | dentry | d_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L647 | true | true |
__dentry_kill | dentry | d_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L648 | true | true |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L627 | false | false |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L645 | true | true |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L654 | true | true |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L656 | true | true |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L660 | true | true |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L663 | true | true |
__dentry_kill | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L664 | true | true |
__dentry_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L645 | false | false |
__dentry_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L654 | false | false |
__dentry_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L656 | false | false |
__dentry_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L660 | false | false |
__dentry_kill | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L664 | false | false |
__dentry_kill | dentry | d_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L652 | true | true |
__dentry_kill | dentry | d_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L653 | true | true |
__dentry_kill | (unnamed class/struct/union) | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L663 | true | true |
__dentry_kill | dentry_operations | d_prune | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L634 | true | true |
__dentry_kill | dentry_operations | d_release | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L647 | true | true |
__dentry_kill | dentry_operations | d_release | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L648 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L793 | false | false |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L801 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L802 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L803 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L806 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L830 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L839 | true | true |
fast_dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L840 | true | true |
fast_dput | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L801 | false | false |
fast_dput | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L803 | false | false |
fast_dput | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L830 | false | false |
fast_dput | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L840 | false | false |
fast_dput | (unnamed class/struct/union) | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L802 | true | true |
fast_dput | (unnamed class/struct/union) | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L839 | true | true |
fast_dput | (unnamed class/struct/union) | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L806 | true | true |
retain_dentry | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L723 | false | false |
retain_dentry | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L723 | true | true |
retain_dentry | dentry | d_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L756 | true | true |
retain_dentry | dentry | d_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L736 | true | true |
retain_dentry | dentry_operations | d_delete | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L736 | true | true |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L376 | false | false |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L387 | false | false |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L388 | false | false |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L412 | false | false |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L395 | false | false |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L411 | false | false |
dup_fd | files_struct | file_lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L444 | false | false |
dup_fd | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L381 | false | false |
dup_fd | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L394 | true | true |
dup_fd | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L447 | true | true |
dup_fd | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L385 | false | false |
dup_fd | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L418 | true | true |
dup_fd | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L419 | true | true |
dup_fd | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L388 | false | false |
dup_fd | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L412 | false | false |
dup_fd | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L449 | false | false |
dup_fd | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L388 | true | true |
dup_fd | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L412 | true | true |
dup_fd | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L449 | true | true |
dup_fd | files_struct | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L374 | false | false |
dup_fd | fdtable | close_on_exec | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L382 | false | false |
dup_fd | files_struct | resize_in_progress | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L377 | false | false |
dup_fd | files_struct | next_fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L379 | false | false |
dup_fd | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L383 | false | false |
dup_fd | fdtable | full_fds_bits | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L384 | false | false |
dup_fd | files_struct | fdtab | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L380 | false | false |
dup_fd | files_struct | fdtab | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L397 | false | false |
dup_fd | files_struct | resize_wait | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L378 | false | false |
dup_fd | files_struct | close_on_exec_init | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L382 | false | false |
dup_fd | files_struct | open_fds_init | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L383 | false | false |
dup_fd | files_struct | full_fds_bits_init | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L384 | false | false |
dup_fd | files_struct | fd_array | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L385 | false | false |
put_files_struct | files_struct | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L488 | false | false |
put_files_struct | files_struct | fdtab | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L492 | false | false |
__clear_open_fd | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L324 | true | true |
__clear_open_fd | fdtable | full_fds_bits | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L326 | true | true |
__clear_open_fd | fdtable | full_fds_bits | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L327 | true | true |
close_files | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L467 | true | true |
close_files | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L472 | true | true |
close_files | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L461 | false | false |
close_files | files_struct | fdt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L461 | true | true |
close_files | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L469 | true | true |
__free_fdtable | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L100 | true | true |
__free_fdtable | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L101 | true | true |
sane_fdtable_size | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L346 | true | true |
sane_fdtable_size | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L348 | true | true |
sane_fdtable_size | fd_range | from | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L350 | true | true |
sane_fdtable_size | fd_range | from | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L351 | true | true |
sane_fdtable_size | fd_range | from | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L352 | true | true |
sane_fdtable_size | fd_range | to | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L350 | true | true |
sane_fdtable_size | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L346 | true | true |
sane_fdtable_size | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L351 | true | true |
alloc_fdtable | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L198 | false | false |
alloc_fdtable | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L202 | false | false |
alloc_fdtable | fdtable | fd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L218 | true | true |
alloc_fdtable | fdtable | close_on_exec | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L211 | false | false |
alloc_fdtable | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L209 | false | false |
alloc_fdtable | fdtable | full_fds_bits | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L213 | false | false |
copy_fd_bitmaps | fdtable | max_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L122 | true | true |
copy_fd_bitmaps | fdtable | close_on_exec | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L126 | true | true |
copy_fd_bitmaps | fdtable | open_fds | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L124 | true | true |
copy_fd_bitmaps | fdtable | full_fds_bits | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file.c#L128 | true | true |
file_free | file | f_mode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L69 | true | true |
file_free | file | f_mode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L72 | true | true |
file_free | file | f_cred | https://elixir.bootlin.com/linux/v6.14.7/source/fs/file_table.c#L71 | true | true |
init_task_work | callback_head | func | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/task_work.h#L13 | false | false |
free_fs_struct | fs_struct | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L90 | false | false |
free_fs_struct | fs_struct | pwd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L91 | false | false |
copy_fs_struct | seqcount_spinlock | seqcount | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L120 | false | false |
copy_fs_struct | fs_struct | seq | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L120 | false | false |
copy_fs_struct | fs_struct | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L124 | false | false |
copy_fs_struct | fs_struct | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L125 | false | false |
copy_fs_struct | fs_struct | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L124 | true | true |
copy_fs_struct | fs_struct | pwd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L126 | false | false |
copy_fs_struct | fs_struct | pwd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L127 | false | false |
copy_fs_struct | fs_struct | pwd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L126 | true | true |
copy_fs_struct | fs_struct | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L119 | false | false |
copy_fs_struct | fs_struct | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L123 | false | false |
copy_fs_struct | fs_struct | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L128 | false | false |
copy_fs_struct | fs_struct | users | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L117 | false | false |
copy_fs_struct | fs_struct | in_exec | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L118 | false | false |
copy_fs_struct | fs_struct | umask | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L121 | false | false |
copy_fs_struct | fs_struct | umask | https://elixir.bootlin.com/linux/v6.14.7/source/fs/fs_struct.c#L121 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | vfsmount | mnt_root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2200 | true | true |
copy_tree | vfsmount | mnt_root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2211 | true | true |
copy_tree | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2169 | true | true |
copy_tree | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2189 | true | true |
copy_tree | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2190 | true | true |
copy_tree | mount | mnt_list | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2215 | false | false |
copy_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2169 | true | true |
copy_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2189 | true | true |
copy_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2190 | true | true |
copy_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2200 | true | true |
copy_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2211 | true | true |
copy_tree | mount | mnt_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2204 | true | true |
copy_tree | mount | mnt_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2205 | true | true |
copy_tree | mount | mnt_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2206 | true | true |
copy_tree | mount | mnt_mp | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2216 | true | true |
copy_tree | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | false | false |
copy_tree | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | true | true |
copy_tree | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2182 | false | false |
copy_tree | mount | mnt_mountpoint | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2180 | false | false |
copy_tree | mount | mnt_mountpoint | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2180 | true | true |
copy_tree | mount | mnt_mountpoint | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2183 | true | true |
put_mnt_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L5746 | false | false |
put_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L5746 | true | true |
put_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L5748 | false | false |
put_mnt_ns | mnt_namespace | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L5748 | true | true |
free_mnt_ns | ns_common | inum | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3923 | true | true |
free_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3923 | false | false |
free_mnt_ns | mnt_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3924 | true | true |
alloc_mnt_ns | rb_node | __rb_parent_color | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3967 | false | false |
alloc_mnt_ns | rb_node | __rb_parent_color | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3967 | false | false |
alloc_mnt_ns | rb_node | __rb_parent_color | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3967 | false | false |
alloc_mnt_ns | rb_node | __rb_parent_color | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3967 | false | false |
alloc_mnt_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3963 | false | false |
alloc_mnt_ns | ns_common | ops | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3960 | false | false |
alloc_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3953 | false | false |
alloc_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3960 | true | true |
alloc_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3963 | true | true |
alloc_mnt_ns | (unnamed class/struct/union) | mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3965 | false | false |
alloc_mnt_ns | mnt_namespace | seq | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3962 | false | false |
alloc_mnt_ns | mnt_namespace | passive | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3964 | false | false |
alloc_mnt_ns | mnt_namespace | mnt_ns_list | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3966 | false | false |
alloc_mnt_ns | mnt_namespace | mnt_ns_tree_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3967 | false | false |
alloc_mnt_ns | mnt_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3970 | false | false |
alloc_mnt_ns | mnt_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3969 | false | false |
alloc_mnt_ns | (unnamed class/struct/union) | poll | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3968 | false | false |
mnt_add_to_ns | rb_root | rb_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1156 | false | false |
mnt_add_to_ns | rb_root | rb_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1156 | false | false |
mnt_add_to_ns | rb_root | rb_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1156 | false | false |
mnt_add_to_ns | rb_root | rb_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1156 | false | false |
mnt_add_to_ns | rb_node | rb_left | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1165 | false | false |
mnt_add_to_ns | rb_node | rb_left | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1165 | false | false |
mnt_add_to_ns | rb_node | rb_left | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1165 | false | false |
mnt_add_to_ns | rb_node | rb_left | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1165 | false | false |
mnt_add_to_ns | rb_node | rb_right | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1168 | false | false |
mnt_add_to_ns | rb_node | rb_right | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1168 | false | false |
mnt_add_to_ns | rb_node | rb_right | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1168 | false | false |
mnt_add_to_ns | rb_node | rb_right | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1168 | false | false |
mnt_add_to_ns | mount | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1161 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mnt_last_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1174 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mnt_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1174 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mnt_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1176 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mnt_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1177 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mnt_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1178 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mnt_first_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1176 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1178 | false | false |
mnt_add_to_ns | (unnamed class/struct/union) | mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1156 | true | true |
mnt_add_to_ns | mount | mnt_id_unique | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1164 | true | true |
mnt_ns_tree_add | mnt_namespace | mnt_ns_list | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L154 | false | false |
mnt_ns_tree_add | mnt_namespace | mnt_ns_list | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L156 | false | false |
mnt_ns_tree_add | mnt_namespace | mnt_ns_tree_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L147 | false | false |
mnt_ns_tree_add | mnt_namespace | mnt_ns_tree_node | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L152 | false | false |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
namespace_unlock | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1747 | false | false |
namespace_unlock | (unnamed class/struct/union) | mnt_umount | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1746 | false | false |
namespace_unlock | (unnamed class/struct/union) | mnt_umount | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1745 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | mount | mnt_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1215 | true | true |
next_mnt | mount | mnt_parent | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1217 | true | true |
next_mnt | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1214 | true | true |
next_mnt | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1220 | true | true |
next_mnt | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1210 | false | false |
next_mnt | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1215 | false | false |
next_mnt | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1209 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | task_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1490 | true | true |
mntput_no_expire | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1468 | true | true |
mntput_no_expire | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1488 | true | true |
mntput_no_expire | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1473 | true | true |
mntput_no_expire | mount | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1440 | false | false |
mntput_no_expire | mount | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1440 | true | true |
mntput_no_expire | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1468 | true | true |
mntput_no_expire | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1473 | true | true |
mntput_no_expire | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1488 | true | true |
mntput_no_expire | mount | mnt_stuck_children | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1482 | false | false |
mntput_no_expire | mount | mnt_instance | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1476 | false | false |
mntput_no_expire | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | false | false |
mntput_no_expire | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | true | true |
mntput_no_expire | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1478 | false | false |
mntput_no_expire | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1480 | false | false |
mntput_no_expire | (unnamed class/struct/union) | mnt_umount | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1482 | false | false |
mntput_no_expire | (unnamed class/struct/union) | mnt_llist | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1495 | false | false |
mntput_no_expire | (unnamed class/struct/union) | mnt_rcu | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1491 | false | false |
mntput_no_expire | (unnamed class/struct/union) | mnt_rcu | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1492 | false | false |
copy_mnt_ns | path | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4030 | false | false |
copy_mnt_ns | path | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4034 | false | false |
copy_mnt_ns | path | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4029 | true | true |
copy_mnt_ns | path | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4033 | true | true |
copy_mnt_ns | vfsmount | mnt_root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4003 | true | true |
copy_mnt_ns | vfsmount | mnt_root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4043 | true | true |
copy_mnt_ns | ns_common | inum | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4006 | true | true |
copy_mnt_ns | mnt_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4006 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4029 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4030 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4031 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4033 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4034 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4035 | false | false |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4003 | true | true |
copy_mnt_ns | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4043 | true | true |
copy_mnt_ns | mnt_namespace | nr_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4027 | true | true |
copy_mnt_ns | mnt_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4007 | true | true |
copy_mnt_ns | mnt_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4001 | true | true |
copy_mnt_ns | mnt_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4011 | true | true |
copy_mnt_ns | mnt_namespace | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4016 | false | false |
copy_mnt_ns | mnt_namespace | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L3992 | true | true |
copy_mnt_ns | fs_struct | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4029 | true | true |
copy_mnt_ns | fs_struct | root | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4030 | true | true |
copy_mnt_ns | fs_struct | pwd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4033 | true | true |
copy_mnt_ns | fs_struct | pwd | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L4034 | true | true |
mnt_ns_release | mnt_namespace | passive | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L165 | false | false |
mnt_ns_release | mnt_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L166 | true | true |
lock_mnt_tree | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2372 | false | false |
lock_mnt_tree | vfsmount | mnt_flags | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2354 | true | true |
lock_mnt_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2354 | true | true |
lock_mnt_tree | mount | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2372 | true | true |
lock_mnt_tree | mount | mnt_expire | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L2370 | false | false |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
skip_mnt_tree | mount | mnt_child | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1227 | true | true |
skip_mnt_tree | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1226 | false | false |
skip_mnt_tree | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1225 | true | true |
skip_mnt_tree | mount | mnt_mounts | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namespace.c#L1228 | true | true |
ns_get_path_cb | ns_common | stashed | https://elixir.bootlin.com/linux/v6.14.7/source/fs/nsfs.c#L60 | false | false |
filp_flush | file | f_mode | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1542 | true | true |
filp_flush | file | f_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1535 | true | true |
filp_flush | file | f_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1539 | true | true |
filp_flush | file | f_op | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1540 | true | true |
filp_flush | file | f_ref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1533 | false | false |
filp_flush | file_operations | flush | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1539 | true | true |
filp_flush | file_operations | flush | https://elixir.bootlin.com/linux/v6.14.7/source/fs/open.c#L1540 | true | true |
get_ipc_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/ipc_namespace.h#L138 | false | false |
get_ipc_ns | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/ipc_namespace.h#L138 | true | true |
get_uts_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/utsname.h#L35 | false | false |
get_uts_ns | uts_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/utsname.h#L35 | true | true |
put_ipc_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L202 | false | false |
put_ipc_ns | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L202 | true | true |
put_ipc_ns | ipc_namespace | mnt_llist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L206 | false | false |
get_ipc_ns_not_zero | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/ipc_namespace.h#L145 | false | false |
get_ipc_ns_not_zero | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/ipc_namespace.h#L145 | true | true |
shmem_lock | file | f_mapping | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2926 | true | true |
shmem_lock | file | f_mapping | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2931 | true | true |
shmem_lock | inode | i_size | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2923 | true | true |
shmem_lock | inode | i_size | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2929 | true | true |
shmem_lock | shmem_inode_info | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2922 | true | true |
shmem_lock | shmem_inode_info | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2928 | true | true |
shmem_lock | shmem_inode_info | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2925 | true | true |
shmem_lock | shmem_inode_info | flags | https://elixir.bootlin.com/linux/v6.14.7/source/mm/shmem.c#L2930 | true | true |
SHMEM_I | shmem_inode_info | vfs_inode | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/shmem_fs.h#L80 | true | true |
put_uts_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/utsname.h#L44 | false | false |
put_uts_ns | uts_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/utsname.h#L44 | true | true |
free_uts_ns | ns_common | inum | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L110 | true | true |
free_uts_ns | uts_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L110 | false | false |
free_uts_ns | uts_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L108 | true | true |
free_uts_ns | uts_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L109 | true | true |
ipc_valid_object | kern_ipc_perm | deleted | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L239 | true | true |
ipc_unlock_object | kern_ipc_perm | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L215 | false | false |
ipc_assert_locked_object | raw_spinlock | raw_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L220 | false | false |
ipc_assert_locked_object | (unnamed class/struct/union) | rlock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L220 | false | false |
ipc_assert_locked_object | kern_ipc_perm | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L220 | false | false |
ipc_lock_object | kern_ipc_perm | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L210 | false | false |
ipc_checkid | kern_ipc_perm | seq | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.h#L205 | true | true |
ipc_obtain_object_idr | ipc_ids | ipcs_idr | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L631 | false | false |
ipc_rcu_putref | kern_ipc_perm | refcount | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L536 | false | false |
ipc_rcu_putref | kern_ipc_perm | rcu | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L539 | false | false |
ipc_rcu_getref | kern_ipc_perm | refcount | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L530 | false | false |
ipc_rmid | kern_ipc_perm | id | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L499 | true | true |
ipc_rmid | kern_ipc_perm | deleted | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L504 | false | false |
ipc_rmid | ipc_ids | max_idx | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L510 | false | false |
ipc_rmid | ipc_ids | max_idx | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L506 | true | true |
ipc_rmid | ipc_ids | max_idx | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L507 | true | true |
ipc_rmid | ipc_ids | ipcs_idr | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L501 | false | false |
ipc_rmid | ipc_ids | in_use | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/util.c#L503 | true | true |
mq_clear_sbinfo | super_block | s_fs_info | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/mqueue.c#L1665 | false | false |
mq_clear_sbinfo | vfsmount | mnt_sb | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/mqueue.c#L1665 | true | true |
mq_clear_sbinfo | ipc_namespace | mq_mnt | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/mqueue.c#L1665 | true | true |
wake_up_q | wake_q_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L1068 | false | false |
wake_up_q | wake_q_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L1068 | true | true |
wake_up_q | wake_q_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L1066 | true | true |
wake_up_q | task_struct | wake_q | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L1068 | true | true |
wake_up_q | task_struct | wake_q | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L1065 | true | true |
wake_up_q | wake_q_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L1060 | true | true |
create_ipc_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L69 | false | false |
create_ipc_ns | ns_common | inum | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L100 | true | true |
create_ipc_ns | ns_common | ops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L67 | false | false |
create_ipc_ns | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L64 | false | false |
create_ipc_ns | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L100 | false | false |
create_ipc_ns | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L67 | true | true |
create_ipc_ns | ipc_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L69 | true | true |
create_ipc_ns | ipc_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L71 | false | false |
create_ipc_ns | ipc_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L70 | false | false |
create_ipc_ns | ipc_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/namespace.c#L99 | true | true |
complexmode_enter | sem_array | sem_nsems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L352 | true | true |
complexmode_enter | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L353 | false | false |
complexmode_enter | sem | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L354 | false | false |
complexmode_enter | sem | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L355 | false | false |
complexmode_enter | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L347 | false | false |
complexmode_enter | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L350 | false | false |
complexmode_enter | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L347 | true | true |
complexmode_enter | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L341 | true | true |
complexmode_enter | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L350 | true | true |
complexmode_tryleave | sem_array | complex_count | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L365 | true | true |
complexmode_tryleave | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L374 | false | false |
complexmode_tryleave | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L376 | false | false |
complexmode_tryleave | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L376 | true | true |
complexmode_tryleave | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L371 | true | true |
complexmode_tryleave | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L377 | true | true |
sem_obtain_object_check | ipc_namespace | ids | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L491 | false | false |
sem_obtain_object_check | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L496 | true | true |
sem_lock | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L411 | true | true |
sem_lock | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L428 | true | true |
sem_lock | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L449 | true | true |
sem_lock | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L397 | false | false |
sem_lock | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L434 | false | false |
sem_lock | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L448 | false | false |
sem_lock | sem_array | sem_nsems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L411 | true | true |
sem_lock | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L412 | false | false |
sem_lock | sem | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L423 | false | false |
sem_lock | sem | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L430 | false | false |
sem_lock | sem | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L446 | false | false |
sem_lock | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L418 | false | false |
sem_lock | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L426 | false | false |
sem_lock | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L418 | true | true |
sem_lock | sem_array | use_global_lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L436 | true | true |
sem_unlock | sem_array | sem_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L465 | false | false |
sem_unlock | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L467 | false | false |
sem_unlock | sem | lock | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L468 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | sem_undo_list | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | sem_undo | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | false | false |
__lookup_undo | sem_undo | list_proc | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1873 | true | true |
__lookup_undo | sem_undo | semid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1875 | true | true |
do_smart_update | sembuf | sem_op | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1058 | true | true |
do_smart_update | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1060 | true | true |
do_smart_update | sem_array | sem_nsems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1045 | true | true |
do_smart_update | sem_array | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1036 | false | false |
perform_atomic_semop | sembuf | sem_flg | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L757 | true | true |
perform_atomic_semop | sembuf | sem_flg | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L770 | true | true |
perform_atomic_semop | sembuf | sem_flg | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L783 | true | true |
perform_atomic_semop | sembuf | sem_op | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L744 | true | true |
perform_atomic_semop | sembuf | sem_op | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L768 | true | true |
perform_atomic_semop | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L741 | true | true |
perform_atomic_semop | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L758 | true | true |
perform_atomic_semop | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L767 | true | true |
perform_atomic_semop | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L771 | true | true |
perform_atomic_semop | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L773 | true | true |
perform_atomic_semop | sem_array | sem_nsems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L741 | true | true |
perform_atomic_semop | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L743 | false | false |
perform_atomic_semop | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L767 | false | false |
perform_atomic_semop | sem_undo | semadj | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L758 | false | false |
perform_atomic_semop | sem_undo | semadj | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L771 | false | false |
perform_atomic_semop | sem_undo | semadj | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L773 | false | false |
perform_atomic_semop | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L745 | true | true |
perform_atomic_semop | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L775 | true | true |
perform_atomic_semop | sem | sempid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L776 | false | false |
perform_atomic_semop | sem_queue | sops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L727 | true | true |
perform_atomic_semop | sem_queue | nsops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L728 | true | true |
perform_atomic_semop | sem_queue | undo | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L729 | true | true |
perform_atomic_semop | sem_queue | pid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L776 | true | true |
perform_atomic_semop | sem_queue | dupsop | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L731 | true | true |
perform_atomic_semop | sem_queue | blocking | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L782 | false | false |
set_semotime | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1010 | true | true |
set_semotime | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1008 | false | false |
set_semotime | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1010 | false | false |
set_semotime | sem | sem_otime | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1008 | false | false |
set_semotime | sem | sem_otime | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L1010 | false | false |
unlink_queue | sem_queue | nsops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L802 | true | true |
unlink_queue | sem_array | complex_count | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L803 | true | true |
unlink_queue | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L801 | false | false |
wake_up_sem_queue_prepare | sem_queue | status | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L794 | false | false |
wake_up_sem_queue_prepare | sem_queue | sleeper | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L791 | true | true |
do_smart_wakeup_zero | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L903 | true | true |
do_smart_wakeup_zero | sem_array | sem_nsems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L915 | true | true |
do_smart_wakeup_zero | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L905 | false | false |
do_smart_wakeup_zero | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L916 | false | false |
do_smart_wakeup_zero | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L905 | true | true |
do_smart_wakeup_zero | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L916 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L958 | false | false |
update_queue | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L971 | false | false |
update_queue | sem | semval | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L971 | true | true |
update_queue | sem_queue | sops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L986 | true | true |
update_queue | sem_queue | nsops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L986 | true | true |
update_queue | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | false | false |
update_queue | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L961 | true | true |
update_queue | sem_array | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L956 | false | false |
update_queue | sem | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L958 | false | false |
check_restart | sem_queue | nsops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L823 | true | true |
check_restart | sem_array | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L819 | false | false |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L864 | false | false |
wake_const_ops | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | false | false |
wake_const_ops | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L866 | true | true |
wake_const_ops | sem | pending_const | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L864 | false | false |
wake_const_ops | sem_array | pending_const | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L862 | false | false |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | sembuf | sem_num | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L297 | true | true |
unmerge_queues | sem_array | sems | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L297 | false | false |
unmerge_queues | sem_queue | sops | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L297 | true | true |
unmerge_queues | sem_array | complex_count | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L288 | true | true |
unmerge_queues | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | false | false |
unmerge_queues | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L299 | false | false |
unmerge_queues | sem_queue | list | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | true | true |
unmerge_queues | sem_array | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L295 | false | false |
unmerge_queues | sem_array | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L301 | false | false |
unmerge_queues | sem | pending_alter | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/sem.c#L299 | false | false |
shm_may_destroy | kern_ipc_perm | mode | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L360 | true | true |
shm_may_destroy | ipc_namespace | shm_rmid_forced | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L359 | true | true |
shm_may_destroy | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L360 | true | true |
shm_may_destroy | shmid_kernel | shm_nattch | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L358 | true | true |
shm_may_destroy | shmid_kernel | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L359 | true | true |
shm_destroy | ipc_namespace | shm_tot | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L335 | true | true |
shm_destroy | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L337 | false | false |
shm_destroy | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L343 | false | false |
shm_destroy | shmid_kernel | shm_segsz | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L335 | true | true |
shm_destroy | shmid_kernel | shm_cprid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L341 | false | false |
shm_destroy | shmid_kernel | shm_lprid | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L342 | false | false |
shm_destroy | shmid_kernel | shm_file | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L334 | false | false |
shm_destroy | shmid_kernel | shm_file | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L333 | true | true |
shm_destroy | shmid_kernel | mlock_ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L339 | true | true |
shm_lock_by_ptr | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L226 | false | false |
shm_rmid | ipc_namespace | ids | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L275 | false | false |
shm_rmid | shmid_kernel | shm_perm | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L275 | false | false |
shm_rmid | shmid_kernel | ns | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L275 | true | true |
shm_clist_rm | shmid_kernel | shm_creator | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L259 | true | true |
shm_clist_rm | shmid_kernel | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L254 | false | false |
shm_clist_rm | shmid_kernel | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/ipc/shm.c#L266 | false | false |
ns_capable_common | task_struct | flags | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/capability.c#L360 | true | true |
ns_capable_common | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/capability.c#L358 | true | true |
get_css_set | css_set | refcount | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/cgroup-internal.h#L220 | false | false |
put_css_set | css_set | refcount | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/cgroup-internal.h#L207 | false | false |
inc_cgroup_namespaces | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L14 | true | true |
inc_cgroup_namespaces | cred | euid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L14 | true | true |
alloc_cgroup_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L35 | false | false |
alloc_cgroup_ns | ns_common | ops | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L36 | false | false |
alloc_cgroup_ns | cgroup_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L30 | false | false |
alloc_cgroup_ns | cgroup_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L35 | true | true |
alloc_cgroup_ns | cgroup_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cgroup/namespace.c#L36 | true | true |
cred_cap_issubset | cred | cap_permitted | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L362 | true | true |
cred_cap_issubset | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L355 | true | true |
cred_cap_issubset | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L356 | true | true |
cred_cap_issubset | cred | euid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L371 | true | true |
cred_cap_issubset | user_namespace | owner | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L371 | true | true |
cred_cap_issubset | user_namespace | parent | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L369 | true | true |
cred_cap_issubset | user_namespace | parent | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L370 | true | true |
put_cred_rcu | task_struct | comm | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L72 | false | false |
put_cred_rcu | task_struct | pid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L72 | true | true |
put_cred_rcu | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L74 | false | false |
put_cred_rcu | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L76 | false | false |
put_cred_rcu | group_info | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L84 | false | false |
put_cred_rcu | cred | group_info | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L83 | true | true |
put_cred_rcu | cred | group_info | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L84 | true | true |
put_cred_rcu | cred | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L86 | true | true |
put_cred_rcu | cred | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L87 | true | true |
put_cred_rcu | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L88 | true | true |
put_cred_rcu | cred | user | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L85 | true | true |
put_cred_rcu | cred | request_key_auth | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L82 | true | true |
put_cred_rcu | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L81 | true | true |
put_cred_rcu | cred | process_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L80 | true | true |
put_cred_rcu | cred | session_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L79 | true | true |
put_cred_rcu | (unnamed class/struct/union) | rcu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L70 | true | true |
perf_iterate_sb | task_struct | perf_event_ctxp | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8280 | false | false |
perf_iterate_sb | task_struct | perf_event_ctxp | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8280 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | perf_event | state | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8221 | true | true |
perf_iterate_ctx | perf_event | event_entry | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_iterate_ctx | perf_event | event_entry | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | true | true |
perf_iterate_ctx | perf_event_context | event_list | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8219 | false | false |
perf_fill_ns_link_info | path | dentry | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8694 | true | true |
perf_fill_ns_link_info | dentry | d_inode | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8694 | true | true |
perf_fill_ns_link_info | inode | i_ino | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8696 | true | true |
perf_fill_ns_link_info | inode | i_sb | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8695 | true | true |
perf_fill_ns_link_info | super_block | s_dev | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8695 | true | true |
perf_fill_ns_link_info | perf_ns_link_info | ino | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8696 | false | false |
perf_fill_ns_link_info | perf_ns_link_info | dev | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8695 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | pmu_event_list | list | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | perf_event | sb_list | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | false | false |
perf_iterate_sb_cpu | perf_event | sb_list | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8236 | true | true |
perf_iterate_sb_cpu | perf_event | ctx | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8242 | false | false |
perf_iterate_sb_cpu | perf_event | state | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L8245 | true | true |
event_filter_match | (unnamed class/struct/union) | cpu_number | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L2298 | false | false |
event_filter_match | (unnamed class/struct/union) | cpu_number | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L2298 | true | true |
event_filter_match | perf_event | cpu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/events/core.c#L2298 | true | true |
unshare_fd | task_struct | files | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3275 | true | true |
unshare_fd | files_struct | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3278 | false | false |
check_unshare_flags | sighand_struct | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3238 | false | false |
check_unshare_flags | task_struct | sighand | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3238 | true | true |
unshare_fs | task_struct | fs | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3254 | true | true |
unshare_fs | fs_struct | users | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3260 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L78 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L84 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L90 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L97 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L104 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L110 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L117 | true | true |
create_new_namespaces | task_struct | nsproxy | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L122 | true | true |
create_new_namespaces | nsproxy | cgroup_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L103 | false | false |
create_new_namespaces | nsproxy | cgroup_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L104 | true | true |
create_new_namespaces | nsproxy | cgroup_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L105 | true | true |
create_new_namespaces | nsproxy | cgroup_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L106 | true | true |
create_new_namespaces | nsproxy | cgroup_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L129 | true | true |
create_new_namespaces | nsproxy | time_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L116 | false | false |
create_new_namespaces | nsproxy | time_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L117 | true | true |
create_new_namespaces | nsproxy | time_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L118 | true | true |
create_new_namespaces | nsproxy | time_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L119 | true | true |
create_new_namespaces | nsproxy | time_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L122 | false | false |
create_new_namespaces | nsproxy | time_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L122 | true | true |
create_new_namespaces | nsproxy | net_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L110 | false | false |
create_new_namespaces | nsproxy | net_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L110 | true | true |
create_new_namespaces | nsproxy | net_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L111 | true | true |
create_new_namespaces | nsproxy | net_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L112 | true | true |
create_new_namespaces | nsproxy | net_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L127 | true | true |
create_new_namespaces | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L96 | false | false |
create_new_namespaces | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L97 | true | true |
create_new_namespaces | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L98 | true | true |
create_new_namespaces | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L99 | true | true |
create_new_namespaces | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L131 | true | true |
create_new_namespaces | nsproxy | pid_ns_for_children | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L132 | true | true |
create_new_namespaces | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L78 | false | false |
create_new_namespaces | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L78 | true | true |
create_new_namespaces | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L79 | true | true |
create_new_namespaces | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L80 | true | true |
create_new_namespaces | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L140 | true | true |
create_new_namespaces | nsproxy | mnt_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L141 | true | true |
create_new_namespaces | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L90 | false | false |
create_new_namespaces | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L90 | true | true |
create_new_namespaces | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L91 | true | true |
create_new_namespaces | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L92 | true | true |
create_new_namespaces | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L134 | true | true |
create_new_namespaces | nsproxy | ipc_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L135 | true | true |
create_new_namespaces | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L84 | false | false |
create_new_namespaces | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L84 | true | true |
create_new_namespaces | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L85 | true | true |
create_new_namespaces | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L86 | true | true |
create_new_namespaces | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L137 | true | true |
create_new_namespaces | nsproxy | uts_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L138 | true | true |
create_nsproxy | nsproxy | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/nsproxy.c#L58 | false | false |
create_pid_namespace | work_struct | func | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L121 | false | false |
create_pid_namespace | work_struct | entry | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L121 | false | false |
create_pid_namespace | work_struct | data | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L121 | false | false |
create_pid_namespace | pid_namespace | parent | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L117 | false | false |
create_pid_namespace | pid_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L105 | false | false |
create_pid_namespace | pid_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L130 | false | false |
create_pid_namespace | pid_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L108 | true | true |
create_pid_namespace | pid_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L115 | true | true |
create_pid_namespace | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L115 | false | false |
create_pid_namespace | pid_namespace | memfd_noexec_scope | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L124 | false | false |
create_pid_namespace | pid_namespace | work | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L121 | false | false |
create_pid_namespace | pid_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L119 | false | false |
create_pid_namespace | pid_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L118 | false | false |
create_pid_namespace | pid_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L84 | true | true |
create_pid_namespace | pid_namespace | pid_max | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L110 | false | false |
create_pid_namespace | pid_namespace | level | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L116 | false | false |
create_pid_namespace | pid_namespace | level | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L79 | true | true |
create_pid_namespace | pid_namespace | pid_cachep | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L101 | false | false |
create_pid_namespace | pid_namespace | pid_cachep | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L102 | true | true |
create_pid_namespace | pid_namespace | pid_allocated | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L120 | false | false |
create_pid_namespace | pid_namespace | idr | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L99 | false | false |
create_pid_namespace | pid_namespace | idr | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L132 | false | false |
create_pid_namespace | ns_common | inum | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L130 | true | true |
create_pid_namespace | ns_common | ops | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/pid_namespace.c#L108 | false | false |
try_to_wake_up | sched_entity | sched_delayed | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4199 | true | true |
try_to_wake_up | task_struct | on_cpu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4300 | false | false |
try_to_wake_up | task_struct | on_cpu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4313 | false | false |
try_to_wake_up | task_struct | on_rq | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4244 | false | false |
try_to_wake_up | task_struct | on_rq | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4244 | true | true |
try_to_wake_up | task_struct | se | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4199 | true | true |
try_to_wake_up | task_struct | __state | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4279 | false | false |
try_to_wake_up | task_struct | __state | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4279 | true | true |
try_to_wake_up | task_struct | pi_lock | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4214 | false | false |
try_to_wake_up | task_struct | in_iowait | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4317 | true | true |
try_to_wake_up | task_struct | wake_cpu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4315 | true | true |
try_to_wake_up | rq | nr_iowait | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/sched/core.c#L4319 | false | false |
clone_time_ns | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L95 | false | false |
clone_time_ns | time_namespace | offsets | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L108 | false | false |
clone_time_ns | time_namespace | offsets | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L108 | true | true |
clone_time_ns | time_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L101 | false | false |
clone_time_ns | time_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L95 | true | true |
clone_time_ns | time_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L106 | true | true |
clone_time_ns | time_namespace | frozen_offsets | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L109 | false | false |
clone_time_ns | time_namespace | vvar_page | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L97 | false | false |
clone_time_ns | time_namespace | vvar_page | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L98 | true | true |
clone_time_ns | time_namespace | vvar_page | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L113 | true | true |
clone_time_ns | time_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L105 | false | false |
clone_time_ns | time_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L107 | false | false |
clone_time_ns | ns_common | ops | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/time/namespace.c#L106 | false | false |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_node | next | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | hlist_head | first | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
find_ucounts | ucounts | uid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L135 | true | true |
find_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L135 | true | true |
find_ucounts | ucounts | node | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L134 | true | true |
get_ucounts_or_wrap | ucounts | count | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/ucount.c#L152 | false | false |
clone_uts_ns | ns_common | ops | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L67 | false | false |
clone_uts_ns | uts_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L62 | false | false |
clone_uts_ns | uts_namespace | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L67 | true | true |
clone_uts_ns | uts_namespace | name | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L70 | false | false |
clone_uts_ns | uts_namespace | name | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L70 | true | true |
clone_uts_ns | uts_namespace | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L66 | false | false |
clone_uts_ns | uts_namespace | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/utsname.c#L71 | false | false |
krc_count | kfree_rcu_cpu | head_count | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1619 | false | false |
krc_count | kfree_rcu_cpu | bulk_count | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1623 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | true | true |
add_ptr_to_bulk_krc_lock | kfree_rcu_cpu | bulk_head | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1824 | false | false |
add_ptr_to_bulk_krc_lock | kfree_rcu_cpu | bulk_head | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1854 | false | false |
add_ptr_to_bulk_krc_lock | kfree_rcu_cpu | initialized | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1820 | true | true |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | list | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1854 | false | false |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | list | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1825 | true | true |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | nr_records | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1853 | false | false |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | nr_records | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1828 | true | true |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | nr_records | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1859 | true | true |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | nr_records | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1858 | true | true |
add_ptr_to_bulk_krc_lock | kfree_rcu_cpu | lock | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1846 | false | false |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | records | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1859 | false | false |
add_ptr_to_bulk_krc_lock | kvfree_rcu_bulk_data | gp_snap | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1860 | false | false |
add_ptr_to_bulk_krc_lock | kfree_rcu_cpu | bulk_count | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1861 | false | false |
run_page_cache_worker | hrtimer | function | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1893 | false | false |
run_page_cache_worker | kfree_rcu_cpu | page_cache_work | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1889 | false | false |
run_page_cache_worker | kfree_rcu_cpu | backoff_page_cache_fill | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1887 | false | false |
run_page_cache_worker | kfree_rcu_cpu | work_in_progress | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1886 | false | false |
run_page_cache_worker | kfree_rcu_cpu | hrtimer | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1892 | false | false |
run_page_cache_worker | kfree_rcu_cpu | hrtimer | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1894 | false | false |
run_page_cache_worker | kfree_rcu_cpu | hrtimer | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1893 | true | true |
__schedule_delayed_monitor_work | work_struct | data | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1634 | false | false |
__schedule_delayed_monitor_work | timer_list | expires | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1635 | true | true |
__schedule_delayed_monitor_work | delayed_work | work | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1634 | false | false |
__schedule_delayed_monitor_work | delayed_work | timer | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1635 | true | true |
__schedule_delayed_monitor_work | kfree_rcu_cpu | monitor_work | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1634 | false | false |
__schedule_delayed_monitor_work | kfree_rcu_cpu | monitor_work | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1637 | false | false |
__schedule_delayed_monitor_work | kfree_rcu_cpu | monitor_work | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1640 | false | false |
__schedule_delayed_monitor_work | kfree_rcu_cpu | monitor_work | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1635 | true | true |
krc_this_cpu_unlock | kfree_rcu_cpu | lock | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1435 | false | false |
krc_this_cpu_lock | kfree_rcu_cpu | lock | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1427 | false | false |
get_cached_bnode | kfree_rcu_cpu | nr_bkv_objs | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1444 | false | false |
get_cached_bnode | kfree_rcu_cpu | nr_bkv_objs | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1441 | true | true |
get_cached_bnode | kfree_rcu_cpu | nr_bkv_objs | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1444 | true | true |
get_cached_bnode | kfree_rcu_cpu | bkvcache | https://elixir.bootlin.com/linux/v6.14.7/source/mm/slab_common.c#L1446 | false | false |
preinit_net | ns_common | count | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L326 | false | false |
preinit_net | netns_ipv4 | ra_mutex | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L336 | false | false |
preinit_net | net | ipv4 | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L336 | true | true |
preinit_net | net | passive | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L325 | false | false |
preinit_net | net | ns | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L326 | true | true |
preinit_net | net | hash_mix | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L330 | false | false |
preinit_net | net | notrefcnt_tracker | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L328 | false | false |
preinit_net | net | refcnt_tracker | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L327 | false | false |
preinit_net | net | netns_ids | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L334 | false | false |
preinit_net | net | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L332 | false | false |
preinit_net | net | nsid_lock | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L335 | false | false |
preinit_net | net | dev_base_seq | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L331 | false | false |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | next | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | list_head | prev | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
setup_net | net | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L367 | false | false |
setup_net | pernet_operations | exit_batch_rtnl | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L386 | true | true |
setup_net | pernet_operations | exit_batch_rtnl | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L387 | true | true |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | false | false |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | false | false |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | false | false |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | false | false |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | false | false |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L361 | true | true |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L378 | true | true |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L385 | true | true |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L393 | true | true |
setup_net | pernet_operations | list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L397 | true | true |
__put_cred | (unnamed class/struct/union) | non_rcu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L107 | true | true |
__put_cred | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L103 | false | false |
__put_cred | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L101 | false | false |
__put_cred | task_struct | pid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L100 | true | true |
__put_cred | task_struct | real_cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L105 | true | true |
__put_cred | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L104 | true | true |
__put_cred | task_struct | comm | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L100 | false | false |
put_cred_many | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cred.h#L249 | false | false |
key_remove_domain | key_tag | removed | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/keyring.c#L258 | false | false |
key_fsuid_changed | cred | fsuid | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L382 | true | true |
key_fsuid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L383 | true | true |
key_fsuid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L382 | true | true |
key_fsuid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L381 | true | true |
key_fsuid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L380 | true | true |
key_fsuid_changed | key | sem | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L383 | false | false |
key_fsuid_changed | key | sem | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L381 | false | false |
key_fsuid_changed | key | uid | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L382 | false | false |
key_fsgid_changed | cred | fsgid | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L395 | true | true |
key_fsgid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L396 | true | true |
key_fsgid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L395 | true | true |
key_fsgid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L394 | true | true |
key_fsgid_changed | cred | thread_keyring | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L393 | true | true |
key_fsgid_changed | key | sem | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L396 | false | false |
key_fsgid_changed | key | sem | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L394 | false | false |
key_fsgid_changed | key | gid | https://elixir.bootlin.com/linux/v6.14.7/source/security/keys/process_keys.c#L395 | false | false |
path_get | path | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namei.c#L612 | true | true |
path_get | path | dentry | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namei.c#L613 | true | true |
path_put | path | mnt | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namei.c#L626 | true | true |
path_put | path | dentry | https://elixir.bootlin.com/linux/v6.14.7/source/fs/namei.c#L625 | true | true |
dput | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L895 | false | false |
dput | (unnamed class/struct/union) | lock | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L889 | false | false |
dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L895 | true | true |
dput | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/fs/dcache.c#L889 | true | true |
ksys_unshare | fs_struct | users | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3379 | true | true |
ksys_unshare | fs_struct | lock | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3383 | false | false |
ksys_unshare | fs_struct | lock | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3377 | false | false |
ksys_unshare | sysv_shm | shm_clist | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3367 | false | false |
ksys_unshare | task_struct | sysvshm | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3367 | true | true |
ksys_unshare | task_struct | fs | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3376 | true | true |
ksys_unshare | task_struct | fs | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3378 | false | false |
ksys_unshare | task_struct | files | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3387 | true | true |
ksys_unshare | task_struct | files | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/fork.c#L3387 | false | false |
dget | dentry | d_lockref | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/dcache.h#L352 | false | false |
queued_spin_is_locked | (unnamed class/struct/union) | val | https://elixir.bootlin.com/linux/v6.14.7/source/include/asm-generic/qspinlock.h#L57 | false | false |
file_ref_inc | (unnamed class/struct/union) | refcnt | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/file_ref.h#L120 | false | false |
get_file | file | f_ref | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/fs.h#L1143 | false | false |
file_inode | file | f_inode | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/fs.h#L1184 | true | true |
get_pid | pid | count | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/pid.h#L86 | false | false |
setup_net | net | net_cookie | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L358 | false | false |
setup_net | net | exit_list | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L376 | false | false |
inc_net_namespaces | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L407 | true | true |
inc_net_namespaces | cred | euid | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L407 | true | true |
net_alloc | key_tag | usage | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L435 | false | false |
net_alloc | net | gen | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L438 | false | false |
net_alloc | net | gen | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L438 | true | true |
net_alloc | net | key_domain | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L432 | false | false |
net_alloc | net | key_domain | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L433 | true | true |
net_alloc | net | key_domain | https://elixir.bootlin.com/linux/v6.14.7/source/net/core/net_namespace.c#L435 | true | true |
commit_creds | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L439 | true | true |
commit_creds | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L400 | true | true |
commit_creds | task_struct | cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L439 | false | false |
commit_creds | task_struct | comm | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L397 | false | false |
set_cred_ucounts | ucounts | ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L541 | true | true |
set_cred_ucounts | ucounts | uid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L541 | true | true |
set_cred_ucounts | cred | uid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L544 | true | true |
set_cred_ucounts | cred | uid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L541 | true | true |
set_cred_ucounts | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L544 | true | true |
set_cred_ucounts | cred | user_ns | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L541 | true | true |
set_cred_ucounts | cred | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L535 | true | true |
set_cred_ucounts | cred | ucounts | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L547 | false | false |
cap_issubset | (unnamed class/struct/union) | val | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/capability.h#L114 | true | true |
get_cred_many | (unnamed class/struct/union) | non_rcu | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cred.h#L202 | false | false |
get_cred_many | cred | usage | https://elixir.bootlin.com/linux/v6.14.7/source/include/linux/cred.h#L203 | false | false |
__put_cred | (unnamed class/struct/union) | rcu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L110 | false | false |
__put_cred | (unnamed class/struct/union) | rcu | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L108 | false | false |
commit_creds | task_struct | real_cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L438 | false | false |
commit_creds | task_struct | real_cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L395 | true | true |
commit_creds | task_struct | real_cred | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L438 | true | true |
commit_creds | task_struct | pid | https://elixir.bootlin.com/linux/v6.14.7/source/kernel/cred.c#L397 | true | true |