Searched refs:any (Results 1 - 25 of 119) sorted by last modified time

12345

/linux-master/net/wireless/
H A Dtrace.h254 __field(bool, any)
266 __entry->any = wow->any;
278 TP_printk(WIPHY_PR_FMT ", wow%s - any: %d, disconnect: %d, "
282 __entry->any, __entry->disconnect, __entry->magic_pkt,
H A Dnl80211.c1270 * Note this function doesn't do any validation of the link
6970 /* reject any changes other than AUTHORIZED */
6975 /* reject any changes other than AUTHORIZED or WME */
6985 /* reject any changes */
10428 * into multiple messages. It is unlikely that any more bss-es will be
12073 * "no-fils-sk-any".
12599 /* get the channel if any has been specified, otherwise pass NULL to
13354 if ((rdev->wiphy.wowlan_config->any &&
13601 new_triggers.any = true;
13741 /* The 'any' trigge
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S123 ; Clear BSS before updating any globals
H A Dentry.S260 ; Before returning to User mode check-for-and-complete any pending work
/linux-master/virt/kvm/
H A Dkvm_main.c272 * Note, the vCPU could get migrated to a different pCPU at any point
278 * for vCPUs that were reading SPTEs _before_ any changes were
388 * operation is observed by any other operation on the same memslot.
781 * completes, any ranges invalidated concurrently will
829 * any given time, and the caches themselves can check for hva overlap,
1171 * Called just after removing the VM from the vm_list, but before doing any
1372 * notifier between a start() and end(), then there shouldn't be any
1595 * Flags that do not access any of the extra space of struct
1769 * memory, not any metadata. Metadata, including arch specific
2167 * @is_dirty: set to '1' if any dirt
2176 unsigned long any = 0; local
[all...]
/linux-master/net/ipv4/
H A Dfib_frontend.c1195 __be32 any = ifa->ifa_address & ifa->ifa_mask; local
1206 prim = inet_ifa_byprefix(in_dev, any, ifa->ifa_mask);
1219 } else if (!ipv4_is_zeronet(any) &&
1220 (any != ifa->ifa_local || ifa->ifa_prefixlen < 32)) {
1224 any, ifa->ifa_prefixlen, prim, 0);
1287 if (any == ifa1->ifa_broadcast)
1300 if (any == brd1 || any == any1)
1316 fib_magic(RTM_DELROUTE, RTN_BROADCAST, any, 32,
/linux-master/fs/9p/
H A Dfid.h13 kuid_t uid, bool any);
/linux-master/arch/x86/events/
H A Dcore.c156 * Find and validate any extra registers to set up.
259 * Check to see if the BIOS enabled any of the counters, if so
1176 * can't schedule any more.
1616 * XXX assumes any ->del() called during a TXN will only be on
1659 * This is after x86_pmu_stop(); so we disable LBRs after any
1680 * This generic handler doesn't seem to have any issues where the
1964 bool any = (config & ARCH_PERFMON_EVENTSEL_ANY); local
1983 if (any)
1984 ret += sprintf(page + ret, ",any");
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh118 # let $ns2 reach any $ns1 address from any interface
992 ip netns exec ${listener_ns} tcpdump -i any -s 65535 -B 32768 $capuser -w $capfile > "$capout" 2>&1 &
1366 # accept more rst than expected except if we don't expect any
1378 # accept more rst than expected except if we don't expect any
2135 # without any b/w limit each veth could spool the packets and get
/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)
/linux-master/scripts/
H A Dkernel-doc115 # in rst this can refer to any type
2473 EXPORT_SYMBOL() and related macros in any input FILE or -export-file FILE.
2478 EXPORT_SYMBOL() and related macros in any input FILE or -export-file FILE.
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c6 * Permission is hereby granted, free of charge, to any person obtaining a
1147 frame->any.type != HDMI_INFOFRAME_TYPE_AVI))
1189 if (frame->any.type != HDMI_INFOFRAME_TYPE_AVI)
1192 frame->any.type, HDMI_INFOFRAME_TYPE_AVI);
2672 /* undo any changes intel_sdvo_select_i2c_bus() did to sdvo->i2c */
H A Dintel_hdmi.c5 * Permission is hereby granted, free of charge, to any person obtaining a
647 if (drm_WARN_ON(encoder->base.dev, frame->any.type != type))
690 if (frame->any.type != type)
693 frame->any.type, type);
2413 * Type 1 DVI adaptors are not required to implement any
/linux-master/include/net/
H A Dcfg80211.h89 * channel as the control or any of the secondary channels.
94 * channel as the control or any of the secondary channels.
116 * channel as the control or any of the secondary channels.
248 * @IEEE80211_BSS_TYPE_ANY: Wildcard value for matching any BSS type
263 * @IEEE80211_PRIVACY_ANY: Wildcard value for matching any privacy setting
1223 * @wpa_versions: indicates which, if any, WPA versions are enabled
1249 * Not-specified, used to indicate userspace did not specify any
2602 * @aborted: set to true if the scan was aborted for any reason,
2788 * immediately (or at any other time), if this feature is not
3080 * @ASSOC_REQ_SPP_AMSDU: SPP A-MSDUs will be used on this connection (if any)
3528 bool any, disconnect, magic_pkt, gtk_rekey_failure, member in struct:cfg80211_wowlan
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c980 if (wowlan->any) {
1176 * work properly, so stop any running sched_scan now.
2142 /* find last GTK that we used initially, if any */
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c429 * any state with any of the other frameworks so we can ignore
470 * any state with any of the other frameworks so we can ignore
505 * any state with any of the other frameworks so we can ignore
814 u32 packet_id = frame->any.type - 0x80;
839 ret = vc4_hdmi_stop_packet(encoder, frame->any.type, true);
2713 * memory address, so we can treat them indistinctly without any
2751 * by the time the driver doesn't have any use
[all...]
/linux-master/arch/arm/kernel/
H A Diwmmxt.S184 * r0 = struct thread_info pointer of target task or NULL for any
198 teq r1, #0 @ any current owner?
200 teq r0, #0 @ any owner?
/linux-master/drivers/media/i2c/
H A Dtda1997x.c1280 switch (frame.any.type) {
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py403 if not any(m not in collectlist[0] for m in metrics):
/linux-master/tools/mm/
H A Dthpmaps254 # Account pages for any partially mapped THP at the front. In that case,
259 # Account pages for any partially mapped THP at the back. In that case,
334 folio_boundary = heads[index_next+1:index_next+nr_cont].any()
/linux-master/lib/
H A DMakefile150 CFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any)
/linux-master/drivers/perf/
H A Dxgene_pmu.c499 XGENE_PMU_EVENT_ATTR(glbl-ack-go-recv-any-rd-req, 0x0d),
500 XGENE_PMU_EVENT_ATTR(glbl-ack-go-recv-any-rd-req-2, 0x0e),
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm4 * Permission is hereby granted, free of charge, to any person obtaining a
1154 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py98 Get all required plugins from the list of test cases and load any plugin
194 For a given executable command, substitute any known
204 Perform any required modifications on an executable command, then run
747 Process any arguments overriding the default settings,
785 return (any(newid == x for x in idl))
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh133 tcpdump -i any -s 65535
515 # Drop any ICMP related packets where dst ip hasn't been restored back to original IP
699 # Check first that all requested tests are available before running any

Completed in 393 milliseconds

12345