Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dproperty.c314 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 Dnf_log_syslog.c443 if (!iphoff) { /* Only recurse once. */ in dump_ipv4_packet()
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 Damd.c1082 goto recurse; in allocate_threshold_blocks()
1089 goto recurse; in allocate_threshold_blocks()
1117 recurse: in allocate_threshold_blocks()
/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/include/linux/
H A Dkey.h438 bool recurse);
H A Dnetdevice.h4285 struct netdev_phys_item_id *ppid, bool recurse);
/linux/fs/
H A Dnamespace.c2449 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument
2453 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids()
2867 int recurse = ms_flags & MS_REC; in do_change_type() local
2885 err = invent_group_ids(mnt, recurse); in do_change_type()
2890 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type()
2964 bool recurse = flags & AT_RECURSIVE; in __do_loopback() local
2972 if (!recurse && __has_locked_children(old, old_path->dentry)) in __do_loopback()
2987 if (recurse) in __do_loopback()
2997 int recurse) in do_loopback() argument
3001 unsigned int flags = recurse ? AT_RECURSIVE : 0; in do_loopback()
/linux/security/keys/
H A Dkeyring.c943 bool recurse) in keyring_search() argument
958 if (recurse) in keyring_search()
/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 DKconfig1050 bool "Record functions that recurse in function tracing"
1088 bool "Record functions that recurse in the ring buffer"
/linux/net/core/
H A Ddev.c10102 struct netdev_phys_item_id *ppid, bool recurse) in netif_get_port_parent_id() argument
10117 if (!recurse || err != -EOPNOTSUPP) in netif_get_port_parent_id()