Searched refs:recurse (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 42 int recurse) in dump_ipv6_packet() argument 259 if (recurse) { in dump_ipv6_packet() 280 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet() 284 if (recurse && skb->mark) in dump_ipv6_packet()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | property.c | 309 bool recurse, size_t *data_len) in tb_property_dir_length() argument 324 if (recurse) { in tb_property_dir_length() 326 property->value.dir, recurse, data_len); in tb_property_dir_length()
|
/Linux-v4.19/fs/ |
D | namespace.c | 1840 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 1844 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2099 int recurse = ms_flags & MS_REC; in do_change_type() local 2112 err = invent_group_ids(mnt, recurse); in do_change_type() 2118 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 2144 int recurse) in do_loopback() argument 2178 if (!recurse && has_locked_children(old, old_path.dentry)) in do_loopback() 2181 if (recurse) in do_loopback()
|
/Linux-v4.19/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 34 mask so no memory allocation can recurse back in the FS/IO.
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 1134 goto recurse; in allocate_threshold_blocks() 1141 goto recurse; in allocate_threshold_blocks() 1176 recurse: in allocate_threshold_blocks()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 265 recurse: in xfs_iext_prev() 275 goto recurse; in xfs_iext_prev()
|
/Linux-v4.19/arch/mips/kernel/ |
D | scall64-o32.S | 197 beqz t0, einval # do not recurse
|
D | scall32-o32.S | 189 beqz t0, einval # do not recurse
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 223 only recurse into nested keyrings that have search permission set.
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 731 is disabled then wchan values will recurse back to the
|