Searched refs:recurse (Results 1 – 17 of 17) sorted by relevance
| /linux/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/drivers/thunderbolt/ |
| H A D | property.c | 314 bool recurse, size_t *data_len) in tb_property_dir_length() argument 329 if (recurse) { in tb_property_dir_length() 331 property->value.dir, recurse, data_len); in tb_property_dir_length()
|
| /linux/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/arch/x86/kernel/cpu/mce/ |
| H A D | amd.c | 1156 goto recurse; in allocate_threshold_blocks() 1163 goto recurse; in allocate_threshold_blocks() 1189 recurse: in allocate_threshold_blocks()
|
| /linux/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/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/include/linux/ |
| H A D | key.h | 438 bool recurse);
|
| H A D | netdevice.h | 4257 struct netdev_phys_item_id *ppid, bool recurse);
|
| /linux/fs/ |
| H A D | namespace.c | 2448 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 2452 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2859 int recurse = ms_flags & MS_REC; in do_change_type() local 2877 err = invent_group_ids(mnt, recurse); in do_change_type() 2882 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 2953 static struct mount *__do_loopback(const struct path *old_path, int recurse) in __do_loopback() argument 2963 if (!recurse && __has_locked_children(old, old_path->dentry)) in __do_loopback() 2966 if (recurse) in __do_loopback() 2976 int recurse) in do_loopback() argument 2997 mnt = __do_loopback(&old_path, recurse); in do_loopback()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev()
|
| /linux/security/keys/ |
| H A D | keyring.c | 943 bool recurse) in keyring_search() argument 958 if (recurse) in keyring_search()
|
| /linux/Documentation/trace/ |
| H A D | ftrace-uses.rst | 188 protection and only call the callback if it did not recurse.
|
| /linux/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/kernel/trace/ |
| H A D | Kconfig | 1007 bool "Record functions that recurse in function tracing" 1045 bool "Record functions that recurse in the ring buffer"
|
| /linux/net/core/ |
| H A D | dev.c | 9975 struct netdev_phys_item_id *ppid, bool recurse) in netif_get_port_parent_id() argument 9990 if (!recurse || err != -EOPNOTSUPP) in netif_get_port_parent_id()
|
| /linux/arch/x86/ |
| H A D | Kconfig | 777 is disabled then wchan values will recurse back to the
|