| /linux-6.15/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress-thread.S | 236 .macro recurse id macro 237 function recurse\id 244 bl recurse\id 260 recurse 1 261 recurse 2
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | property.c | 310 bool recurse, size_t *data_len) in tb_property_dir_length() argument 325 if (recurse) { in tb_property_dir_length() 327 property->value.dir, recurse, data_len); in tb_property_dir_length()
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_log_syslog.c | 538 int recurse) in dump_ipv6_packet() argument 748 if (recurse) { in dump_ipv6_packet() 769 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet() 773 if (recurse && skb->mark) in dump_ipv6_packet()
|
| /linux-6.15/arch/x86/kernel/cpu/mce/ |
| H A D | amd.c | 1150 goto recurse; in allocate_threshold_blocks() 1157 goto recurse; in allocate_threshold_blocks() 1189 recurse: in allocate_threshold_blocks()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | scall32-o32.S | 186 beqz t0, einval # do not recurse
|
| H A D | scall64-o32.S | 198 beqz t0, einval # do not recurse
|
| /linux-6.15/Documentation/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 36 mask so no memory allocation can recurse back in the FS/IO.
|
| /linux-6.15/include/linux/ |
| H A D | key.h | 438 bool recurse);
|
| H A D | netdevice.h | 4213 struct netdev_phys_item_id *ppid, bool recurse);
|
| /linux-6.15/fs/ |
| H A D | namespace.c | 2566 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 2570 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2935 int recurse = ms_flags & MS_REC; in do_change_type() local 2948 err = invent_group_ids(mnt, recurse); in do_change_type() 2954 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 3028 static struct mount *__do_loopback(struct path *old_path, int recurse) in __do_loopback() argument 3038 if (!recurse && has_locked_children(old, old_path->dentry)) in __do_loopback() 3041 if (recurse) in __do_loopback() 3056 int recurse) in do_loopback() argument 3082 mnt = __do_loopback(&old_path, recurse); in do_loopback()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev()
|
| /linux-6.15/security/keys/ |
| H A D | keyring.c | 943 bool recurse) in keyring_search() argument 958 if (recurse) in keyring_search()
|
| /linux-6.15/Documentation/trace/ |
| H A D | ftrace-uses.rst | 188 protection and only call the callback if it did not recurse.
|
| /linux-6.15/Documentation/security/keys/ |
| H A D | core.rst | 223 only recurse into nested keyrings that have search permission set. 1243 bool recurse) 1245 This searches the specified keyring only (recurse == false) or keyring tree 1246 (recurse == true) specified for a matching key. Error ENOKEY is returned
|
| /linux-6.15/kernel/trace/ |
| H A D | Kconfig | 984 bool "Record functions that recurse in function tracing" 1022 bool "Record functions that recurse in the ring buffer"
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 9684 bool recurse) in dev_get_port_parent_id() argument 9699 if (!recurse || err != -EOPNOTSUPP) in dev_get_port_parent_id()
|
| /linux-6.15/arch/x86/ |
| H A D | Kconfig | 773 is disabled then wchan values will recurse back to the
|