Searched refs:recurse (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.15/drivers/thunderbolt/ |
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-v5.15/fs/ |
D | namespace.c | 82 bool recurse; member 2046 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 2050 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2314 int recurse = ms_flags & MS_REC; in do_change_type() local 2327 err = invent_group_ids(mnt, recurse); in do_change_type() 2333 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 2342 static struct mount *__do_loopback(struct path *old_path, int recurse) in __do_loopback() argument 2352 if (!recurse && has_locked_children(old, old_path->dentry)) in __do_loopback() 2355 if (recurse) in __do_loopback() 2370 int recurse) in do_loopback() argument [all …]
|
/Linux-v5.15/net/netfilter/ |
D | nf_log_syslog.c | 530 int recurse) in dump_ipv6_packet() argument 740 if (recurse) { in dump_ipv6_packet() 761 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet() 765 if (recurse && skb->mark) in dump_ipv6_packet()
|
/Linux-v5.15/arch/mips/kernel/ |
D | scall64-o32.S | 197 beqz t0, einval # do not recurse
|
D | scall32-o32.S | 184 beqz t0, einval # do not recurse
|
/Linux-v5.15/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 36 mask so no memory allocation can recurse back in the FS/IO.
|
/Linux-v5.15/arch/x86/kernel/cpu/mce/ |
D | amd.c | 1259 goto recurse; in allocate_threshold_blocks() 1266 goto recurse; in allocate_threshold_blocks() 1298 recurse: in allocate_threshold_blocks()
|
/Linux-v5.15/include/linux/ |
D | key.h | 423 bool recurse);
|
D | netdevice.h | 4079 struct netdev_phys_item_id *ppid, bool recurse);
|
/Linux-v5.15/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev()
|
/Linux-v5.15/security/keys/ |
D | keyring.c | 940 bool recurse) in keyring_search() argument 955 if (recurse) in keyring_search()
|
/Linux-v5.15/Documentation/trace/ |
D | ftrace-uses.rst | 188 protection and only call the callback if it did not recurse.
|
/Linux-v5.15/kernel/trace/ |
D | Kconfig | 833 bool "Record functions that recurse in function tracing" 858 bool "Record functions that recurse in the ring buffer"
|
/Linux-v5.15/Documentation/security/keys/ |
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-v5.15/net/core/ |
D | dev.c | 9147 bool recurse) in dev_get_port_parent_id() argument 9165 if (!recurse) in dev_get_port_parent_id() 9169 err = dev_get_port_parent_id(lower_dev, ppid, recurse); in dev_get_port_parent_id()
|
/Linux-v5.15/arch/x86/ |
D | Kconfig | 758 is disabled then wchan values will recurse back to the
|