Searched refs:recurse (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/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-6.12.1/net/netfilter/ |
D | nf_log_syslog.c | 536 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-6.12.1/fs/ |
D | namespace.c | 90 bool recurse; member 2336 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 2340 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2700 int recurse = ms_flags & MS_REC; in do_change_type() local 2713 err = invent_group_ids(mnt, recurse); in do_change_type() 2719 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 2728 static struct mount *__do_loopback(struct path *old_path, int recurse) in __do_loopback() argument 2738 if (!recurse && has_locked_children(old, old_path->dentry)) in __do_loopback() 2741 if (recurse) in __do_loopback() 2756 int recurse) in do_loopback() argument [all …]
|
/linux-6.12.1/arch/mips/kernel/ |
D | scall32-o32.S | 186 beqz t0, einval # do not recurse
|
D | scall64-o32.S | 198 beqz t0, einval # do not recurse
|
/linux-6.12.1/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 36 mask so no memory allocation can recurse back in the FS/IO.
|
/linux-6.12.1/arch/x86/kernel/cpu/mce/ |
D | amd.c | 1136 goto recurse; in allocate_threshold_blocks() 1143 goto recurse; in allocate_threshold_blocks() 1175 recurse: in allocate_threshold_blocks()
|
/linux-6.12.1/include/linux/ |
D | key.h | 437 bool recurse);
|
D | netdevice.h | 3956 struct netdev_phys_item_id *ppid, bool recurse);
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev()
|
/linux-6.12.1/security/keys/ |
D | keyring.c | 943 bool recurse) in keyring_search() argument 958 if (recurse) in keyring_search()
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace-uses.rst | 188 protection and only call the callback if it did not recurse.
|
/linux-6.12.1/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-6.12.1/kernel/trace/ |
D | Kconfig | 953 bool "Record functions that recurse in function tracing" 991 bool "Record functions that recurse in the ring buffer"
|
/linux-6.12.1/net/core/ |
D | dev.c | 9223 bool recurse) in dev_get_port_parent_id() argument 9238 if (!recurse || err != -EOPNOTSUPP) in dev_get_port_parent_id()
|
/linux-6.12.1/arch/x86/ |
D | Kconfig | 778 is disabled then wchan values will recurse back to the
|