Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/thunderbolt/
H A Dproperty.c310 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/net/netfilter/
H A Dnf_log_syslog.c536 int recurse) in dump_ipv6_packet() argument
746 if (recurse) { in dump_ipv6_packet()
767 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet()
771 if (recurse && skb->mark) in dump_ipv6_packet()
/linux/arch/x86/kernel/cpu/mce/
H A Damd.c1136 goto recurse; in allocate_threshold_blocks()
1143 goto recurse; in allocate_threshold_blocks()
1175 recurse: in allocate_threshold_blocks()
/linux/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst36 mask so no memory allocation can recurse back in the FS/IO.
/linux/arch/mips/kernel/
H A Dscall64-o32.S198 beqz t0, einval # do not recurse
H A Dscall32-o32.S186 beqz t0, einval # do not recurse
/linux/fs/xfs/libxfs/
H A Dxfs_iext_tree.c261 recurse: in xfs_iext_prev()
271 goto recurse; in xfs_iext_prev()
/linux/security/keys/
H A Dkeyring.c940 bool recurse) in keyring_search() argument
955 if (recurse) in keyring_search()
/linux/Documentation/trace/
H A Dftrace-uses.rst188 protection and only call the callback if it did not recurse.
/linux/Documentation/security/keys/
H A Dcore.rst223 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 DKconfig953 bool "Record functions that recurse in function tracing"
991 bool "Record functions that recurse in the ring buffer"
/linux/include/linux/
H A Dnetdevice.h3944 struct netdev_phys_item_id *ppid, bool recurse);
/linux/net/core/
H A Ddev.c9215 bool recurse) in dev_get_port_parent_id() argument
9230 if (!recurse || err != -EOPNOTSUPP) in dev_get_port_parent_id()