/kernel/linux/linux-6.6/fs/9p/ |
H A D | fid.c | 57 * @any: ignore uid as a selection criteria 61 kuid_t uid, bool any) in v9fs_fid_find_inode() 71 if (any || uid_eq(fid->uid, uid)) { in v9fs_fid_find_inode() 109 * @any: if non-zero, return any fid associated with the dentry 113 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find() argument 117 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p) uid %d any %d\n", in v9fs_fid_find() 119 any); in v9fs_fid_find() 127 if (any || uid_eq(fid->uid, uid)) { in v9fs_fid_find() 136 ret = v9fs_fid_find_inode(dentry->d_inode, false, uid, any); in v9fs_fid_find() 60 v9fs_fid_find_inode(struct inode *inode, bool want_writeable, kuid_t uid, bool any) v9fs_fid_find_inode() argument 170 v9fs_fid_lookup_with_uid(struct dentry *dentry, kuid_t uid, int any) v9fs_fid_lookup_with_uid() argument 291 int any, access; v9fs_fid_lookup() local [all...] |
/kernel/linux/linux-5.10/fs/9p/ |
H A D | fid.c | 45 * @any: if non-zero, return any fid associated with the dentry 49 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find() argument 53 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p) uid %d any %d\n", in v9fs_fid_find() 55 any); in v9fs_fid_find() 62 if (any || uid_eq(fid->uid, uid)) { in v9fs_fid_find() 102 kuid_t uid, int any) in v9fs_fid_lookup_with_uid() 112 fid = v9fs_fid_find(dentry, uid, any); in v9fs_fid_lookup_with_uid() 122 fid = v9fs_fid_find(ds, uid, any); in v9fs_fid_lookup_with_uid() 131 fid = v9fs_fid_find(dentry->d_sb->s_root, uid, any); in v9fs_fid_lookup_with_uid() 101 v9fs_fid_lookup_with_uid(struct dentry *dentry, kuid_t uid, int any) v9fs_fid_lookup_with_uid() argument 219 int any, access; v9fs_fid_lookup() local [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 317 void cpufreq_put_available_governors(struct cpufreq_available_governors *any) in cpufreq_put_available_governors() argument 321 if (!any) in cpufreq_put_available_governors() 324 tmp = any->first; in cpufreq_put_available_governors() 447 void cpufreq_put_available_frequencies(struct cpufreq_available_frequencies *any) in cpufreq_put_available_frequencies() argument 451 if (!any) in cpufreq_put_available_frequencies() 454 tmp = any->first; in cpufreq_put_available_frequencies() 462 void cpufreq_put_boost_frequencies(struct cpufreq_available_frequencies *any) in cpufreq_put_boost_frequencies() argument 464 cpufreq_put_available_frequencies(any); in cpufreq_put_boost_frequencies() 528 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any) in cpufreq_put_affected_cpus() argument 532 if (!any) in cpufreq_put_affected_cpus() 549 cpufreq_put_related_cpus(struct cpufreq_affected_cpus *any) cpufreq_put_related_cpus() argument 758 cpufreq_put_stats(struct cpufreq_stats *any) cpufreq_put_stats() argument [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 326 void cpufreq_put_available_governors(struct cpufreq_available_governors *any) in cpufreq_put_available_governors() argument 330 if (!any) in cpufreq_put_available_governors() 333 tmp = any->first; in cpufreq_put_available_governors() 456 void cpufreq_put_available_frequencies(struct cpufreq_available_frequencies *any) in cpufreq_put_available_frequencies() argument 460 if (!any) in cpufreq_put_available_frequencies() 463 tmp = any->first; in cpufreq_put_available_frequencies() 471 void cpufreq_put_boost_frequencies(struct cpufreq_available_frequencies *any) in cpufreq_put_boost_frequencies() argument 473 cpufreq_put_available_frequencies(any); in cpufreq_put_boost_frequencies() 537 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any) in cpufreq_put_affected_cpus() argument 541 if (!any) in cpufreq_put_affected_cpus() 558 cpufreq_put_related_cpus(struct cpufreq_affected_cpus *any) cpufreq_put_related_cpus() argument 767 cpufreq_put_stats(struct cpufreq_stats *any) cpufreq_put_stats() argument [all...] |
/kernel/linux/linux-5.10/drivers/pnp/isapnp/ |
H A D | compat.c | 28 char any[8]; in pnp_find_dev() local 31 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID); in pnp_find_dev() 43 (memcmp(id, any, 7) == 0)) in pnp_find_dev()
|
/kernel/linux/linux-6.6/drivers/pnp/isapnp/ |
H A D | compat.c | 28 char any[8]; in pnp_find_dev() local 31 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID); in pnp_find_dev() 43 (memcmp(id, any, 7) == 0)) in pnp_find_dev()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseaddr_conflict.c | 21 int open_port(int ipv6, int any) in open_port() argument 39 .sin_addr.s_addr = any ? htonl(INADDR_ANY) : inet_addr("127.0.0.1"), in open_port() 73 if (any) in open_port()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseaddr_conflict.c | 21 int open_port(int ipv6, int any) in open_port() argument 39 .sin_addr.s_addr = any ? htonl(INADDR_ANY) : inet_addr("127.0.0.1"), in open_port() 73 if (any) in open_port()
|
H A D | cmsg_so_mark.sh | 31 ip -netns $NS route add prohibit any table 300 32 ip -6 -netns $NS route add prohibit any table 300
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | with_addr.sh | 26 ip link add "${SIT_DEV_NAME}" type sit remote any local any \
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | with_addr.sh | 26 ip link add "${SIT_DEV_NAME}" type sit remote any local any \
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 8 # and if the architecture doesn't support filter types: any,save_type,u 9 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then 10 echo "skip: system doesn't support filter types: any,save_type,u" 26 perf record -o $TMPDIR/perf.data --branch-filter any,save_type,u -- ${TESTPROG} > /dev/null 2>&1 58 # fail if we find any branch type that doesn't match any of the expected ones
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | lib.rs | 64 #![cfg(any(not(feature = "miri-test-libstd"), test, doctest))] 75 not(any(test, bootstrap)), 76 any(not(feature = "miri-test-libstd"), test, doctest),
|
/kernel/linux/linux-5.10/drivers/video/ |
H A D | hdmi.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 642 if (frame->any.type != HDMI_INFOFRAME_TYPE_VENDOR || in hdmi_vendor_any_infoframe_check_only() 643 frame->any.version != 1) in hdmi_vendor_any_infoframe_check_only() 806 if (frame->any.oui != HDMI_IEEE_OUI) in hdmi_vendor_any_infoframe_check() 826 if (frame->any.oui != HDMI_IEEE_OUI) in hdmi_vendor_any_infoframe_pack_only() 861 switch (frame->any.type) { in hdmi_infoframe_check() 871 WARN(1, "Bad infoframe type %d\n", frame->any.type); in hdmi_infoframe_check() 896 switch (frame->any.type) { in hdmi_infoframe_pack_only() 918 WARN(1, "Bad infoframe type %d\n", frame->any.type); in hdmi_infoframe_pack_only() 949 switch (frame->any in hdmi_infoframe_pack() [all...] |
/kernel/linux/linux-6.6/drivers/video/ |
H A D | hdmi.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 690 if (frame->any.type != HDMI_INFOFRAME_TYPE_VENDOR || in hdmi_vendor_any_infoframe_check_only() 691 frame->any.version != 1) in hdmi_vendor_any_infoframe_check_only() 854 if (frame->any.oui != HDMI_IEEE_OUI) in hdmi_vendor_any_infoframe_check() 874 if (frame->any.oui != HDMI_IEEE_OUI) in hdmi_vendor_any_infoframe_pack_only() 909 switch (frame->any.type) { in hdmi_infoframe_check() 919 WARN(1, "Bad infoframe type %d\n", frame->any.type); in hdmi_infoframe_check() 944 switch (frame->any.type) { in hdmi_infoframe_pack_only() 966 WARN(1, "Bad infoframe type %d\n", frame->any.type); in hdmi_infoframe_pack_only() 997 switch (frame->any in hdmi_infoframe_pack() [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | pm.c | 35 !(wowlan && wowlan->any)) { in __ieee80211_suspend() 45 /* keep sched_scan only in case of 'any' trigger */ in __ieee80211_suspend() 46 if (!(wowlan && wowlan->any)) in __ieee80211_suspend()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | pm.c | 31 mb(); /* make suspending visible before any cancellation */ in __ieee80211_suspend() 42 !(wowlan && wowlan->any)) { in __ieee80211_suspend() 52 /* keep sched_scan only in case of 'any' trigger */ in __ieee80211_suspend() 53 if (!(wowlan && wowlan->any)) in __ieee80211_suspend()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 13 |and any warranty against infringement with regard to the SOFTWARE 14 |(INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials. 24 |so long as this entire notice is retained without alteration in any modified and/or 26 |No licenses are granted by implication, estoppel or otherwise under any patents 61 | can do any clean-up desired. The stack frame is the 198 | plpaw and handle any exception here. The kernel must not be
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 13 |and any warranty against infringement with regard to the SOFTWARE 14 |(INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials. 24 |so long as this entire notice is retained without alteration in any modified and/or 26 |No licenses are granted by implication, estoppel or otherwise under any patents 61 | can do any clean-up desired. The stack frame is the 198 | plpaw and handle any exception here. The kernel must not be
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | module.rs | 148 if !seen_keys.iter().any(|e| e == key) { in parse() 155 if seen_keys.iter().any(|e| e == key) { in parse()
|
/kernel/linux/linux-6.6/rust/kernel/sync/arc/ |
H A D | std_vendor.rs | 9 use core::any::Any;
|
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/hwprobe/ |
H A D | sys_hwprobe.S | 8 # back the kernel's return. This doesn't do any sort of errno
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | generic-adc-battery.c | 251 bool any = false; in gab_probe() local 306 any = true; in gab_probe() 311 if (!any) { in gab_probe()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | generic-adc-battery.c | 163 bool any = false; in gab_probe() local 215 any = true; in gab_probe() 220 if (!any) in gab_probe() 221 return dev_err_probe(&pdev->dev, -ENODEV, "Failed to get any ADC channel\n"); in gab_probe()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 160 int i, any; in status_str_show() local 171 for (any = i = 0; s && qib_status_str[i]; i++) { in status_str_show() 174 if (any && strlcat(buf, " ", PAGE_SIZE) >= PAGE_SIZE) in status_str_show() 179 any = 1; in status_str_show() 183 if (any) in status_str_show()
|