Searched refs:any (Results 1 - 25 of 119) sorted by relevance

12345

/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dsys_hwprobe.S8 # back the kernel's return. This doesn't do any sort of errno
/linux-master/fs/9p/
H A Dfid.c57 * @any: ignore uid as a selection criteria
61 kuid_t uid, bool any)
71 if (any || uid_eq(fid->uid, uid)) {
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) argument
117 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p) uid %d any %d\n",
119 any);
127 if (any || uid_eq(fid->uid, uid)) {
136 ret = v9fs_fid_find_inode(dentry->d_inode, false, uid, any);
60 v9fs_fid_find_inode(struct inode *inode, bool want_writeable, kuid_t uid, bool any) argument
170 v9fs_fid_lookup_with_uid(struct dentry *dentry, kuid_t uid, int any) argument
291 int any, access; local
[all...]
H A Dfid.h13 kuid_t uid, bool any);
/linux-master/arch/arm/mach-versatile/
H A Ddcscb_setup.S29 @ if any. In this case, there is nothing to do.
/linux-master/drivers/pnp/isapnp/
H A Dcompat.c28 char any[8]; local
31 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID);
43 (memcmp(id, any, 7) == 0))
/linux-master/tools/testing/selftests/net/
H A Dreuseaddr_conflict.c21 int open_port(int ipv6, int any) argument
39 .sin_addr.s_addr = any ? htonl(INADDR_ANY) : inet_addr("127.0.0.1"),
73 if (any)
H A Dcmsg_so_mark.sh32 ip -netns $NS route add prohibit any table 300
33 ip -6 -netns $NS route add prohibit any table 300
H A Ddevlink_port_split.py146 return any(dev_port.name == port
232 if any(devlink_data.values()):
/linux-master/tools/testing/selftests/bpf/
H A Dwith_addr.sh26 ip link add "${SIT_DEV_NAME}" type sit remote any local any \
/linux-master/tools/power/cpupower/lib/
H A Dcpufreq.c326 void cpufreq_put_available_governors(struct cpufreq_available_governors *any) argument
330 if (!any)
333 tmp = any->first;
456 void cpufreq_put_available_frequencies(struct cpufreq_available_frequencies *any) argument
460 if (!any)
463 tmp = any->first;
471 void cpufreq_put_boost_frequencies(struct cpufreq_available_frequencies *any) argument
473 cpufreq_put_available_frequencies(any);
537 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any) argument
541 if (!any)
558 cpufreq_put_related_cpus(struct cpufreq_affected_cpus *any) argument
767 cpufreq_put_stats(struct cpufreq_stats *any) argument
[all...]
/linux-master/tools/rcu/
H A Dextract-stall.sh5 echo Extract any RCU CPU stall warnings present in specified file.
/linux-master/tools/perf/tests/shell/
H A Dtest_brstack.sh12 # and if the architecture doesn't support filter types: any,save_type,u
13 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then
14 echo "skip: system doesn't support filter types: any,save_type,u"
32 perf record -o $TMPDIR/perf.data --branch-filter any,save_type,u -- ${TESTPROG} > /dev/null 2>&1
64 # fail if we find any branch type that doesn't match any of the expected ones
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.
H A DUtil.pm88 at your option, any later version of Perl 5 you may have available.
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk8 # (at your option) any later version.
/linux-master/net/mac80211/
H A Dpm.c31 mb(); /* make suspending visible before any cancellation */
42 !(wowlan && wowlan->any)) {
51 /* keep sched_scan only in case of 'any' trigger */
52 if (!(wowlan && wowlan->any))
/linux-master/drivers/power/supply/
H A Dgeneric-adc-battery.c163 bool any = false; local
215 any = true;
220 if (!any)
221 return dev_err_probe(&pdev->dev, -ENODEV, "Failed to get any ADC channel\n");
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S13 |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
/linux-master/tools/hv/
H A Dvmbus_testing124 if (not path and any(element in arg_set for element in single_actions)):
128 elif (path and any(item in arg_set for item in all_actions)):
132 elif (path not in file_map and any(item in arg_set
/linux-master/drivers/video/
H A Dhdmi.c4 * Permission is hereby granted, free of charge, to any person obtaining a
690 if (frame->any.type != HDMI_INFOFRAME_TYPE_VENDOR ||
691 frame->any.version != 1)
854 if (frame->any.oui != HDMI_IEEE_OUI)
874 if (frame->any.oui != HDMI_IEEE_OUI)
909 switch (frame->any.type) {
919 WARN(1, "Bad infoframe type %d\n", frame->any.type);
944 switch (frame->any.type) {
966 WARN(1, "Bad infoframe type %d\n", frame->any.type);
997 switch (frame->any
[all...]
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S62 @ Check for any pending work if returning to user
/linux-master/include/linux/
H A Dhdmi.h4 * Permission is hereby granted, free of charge, to any person obtaining a
409 } any; member in union:hdmi_vendor_any_infoframe
415 * @any: generic infoframe
427 struct hdmi_any_infoframe any; member in union:hdmi_infoframe
/linux-master/arch/sh/
H A DMakefile20 isa-y := any
57 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,)
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py44 if not content or not any(content):
54 return any(unit_test_name in line for line in file_content)
/linux-master/tools/perf/tests/
H A Dcpumap.c216 struct perf_cpu_map *any = perf_cpu_map__new_any_cpu(); local
222 struct perf_cpu_map *maps[] = {empty, any, one, two, pair};

Completed in 194 milliseconds

12345