Home
last modified time | relevance | path

Searched full:precedence (Results 1 – 25 of 214) sorted by relevance

123456789

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_utils.h24 /* osl multi-precedence packet queue */
26 #define PKTQ_MAX_PREC 16 /* Maximum precedence levels */
74 /* operations on a specific precedence in packet queue */
120 /* Empty the queue at particular precedence level */
/kernel/linux/linux-5.10/Documentation/kbuild/
Dkbuild.rst91 Setting "V=..." takes precedence over KBUILD_VERBOSE.
98 Setting "M=..." takes precedence over KBUILD_EXTMOD.
106 Setting "O=..." takes precedence over KBUILD_OUTPUT.
115 Setting "W=..." takes precedence over KBUILD_EXTRA_WARN.
/kernel/linux/linux-5.10/include/uapi/linux/
Dicmp.h55 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */
56 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
Dinterface_64.h126 uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */
127 uint16_t gs, _pad6[3]; /* Non-zero => takes precedence over gs_base_usr. */
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmutil/
Dutils.c44 * osl multiple-precedence packet queue
45 * hi_prec is always >= the number of the highest non-empty precedence
101 * precedence based dequeue with match function. Passing a NULL pointer
/kernel/linux/linux-5.10/Documentation/userspace-api/
Dseccomp_filter.rst90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)
92 In precedence order, they are:
169 Precedence is only determined using the ``SECCOMP_RET_ACTION`` mask. When
170 multiple filters return values of the same precedence, only the
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpedit.json1126 "name": "Add pedit action with LAYERED_OP ip set precedence",
1140 "cmdUnderTest": "$TC actions add action pedit munge ip precedence set 3 jump 2",
1176 "name": "Add pedit action with LAYERED_OP ip add precedence",
1190 "cmdUnderTest": "$TC actions add action pedit ex munge ip precedence add 0x1 pipe",
1226 "name": "Add pedit action with LAYERED_OP ip clear precedence",
1240 "cmdUnderTest": "$TC actions add action pedit munge ip precedence clear jump 2",
1276 "name": "Add pedit action with LAYERED_OP ip invert precedence",
1290 "cmdUnderTest": "$TC actions add action pedit munge ip precedence invert reclassify",
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dcoccinelle.rst239 should be used every time spatch is spawned. The order of precedence for
266 If not using the kernel's coccicheck target, keep the above precedence
282 note that when there are conflicting options Coccinelle takes precedence for
284 given the order of precedence followed by Coccinelle, since the kernel now
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/netronome/
Dnfp.rst103 firmware file will take precedence over `nic_AMDA*` files.
116 Defines which firmware should take precedence, 'Disk' (0), 'Flash' (1) or
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dbrcm,brcmstb-gpio.txt35 multiple parents. This takes precedence over 'interrupts' and
/kernel/linux/linux-5.10/arch/arm/boot/bootp/
Dinit.S49 * tag takes precedence.
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
Dqbman-portal.h49 /* dequeue with priority precedence, respect intra-class scheduling */
51 /* dequeue with active FQ precedence, respect ICS */
53 /* dequeue with active FQ precedence, no ICS */
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-device-info.rst96 number takes precedence when provided and can be assumed to be unique.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt60 Note that common ADC settings of stmpe_touchscreen (child) will take precedence
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Drtw_eeprom.h52 /* Besides, CustomerID of registry has precedence of that of EEPROM. */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.txt49 If both are provided, nvidia,xcvr-setup-use-fuses takes precedence.
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Drtw_eeprom.h42 /* Besides, CustomerID of registry has precedence of that of EEPROM. */
/kernel/linux/linux-5.10/drivers/iommu/
Dioasid.c32 * 2. Custom allocators take precedence over the default allocator.
126 * Custom allocators take precedence over the default xarray based allocator.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-overlay.rst106 first takes precedence. The attempt to capture
147 takes precedence. The attempt to capture or overlay as well
/kernel/linux/linux-5.10/arch/mips/kernel/
Dtime.c163 * The use of the R4k timer as a clock event takes precedence; in time_init()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dinterrupts.txt9 present, the latter should take precedence; the former may be provided simply
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dti,dp83867.yaml47 takes precedence.
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
Dfirmware.h31 * precedence over &FW_OPT_UEVENT and &FW_OPT_USERHELPER.
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1140 FIXTURE(precedence) { in FIXTURE() argument
1149 FIXTURE_SETUP(precedence) in FIXTURE_SETUP() argument
1204 FIXTURE_TEARDOWN(precedence) in FIXTURE_TEARDOWN() argument
1215 TEST_F(precedence, allow_ok) in TEST_F() argument
1241 TEST_F_SIGNAL(precedence, kill_is_highest, SIGSYS) in TEST_F_SIGNAL() argument
1270 TEST_F_SIGNAL(precedence, kill_is_highest_in_any_order, SIGSYS) in TEST_F_SIGNAL() argument
1297 TEST_F_SIGNAL(precedence, trap_is_second, SIGSYS) in TEST_F_SIGNAL() argument
1322 TEST_F_SIGNAL(precedence, trap_is_second_in_any_order, SIGSYS) in TEST_F_SIGNAL() argument
1347 TEST_F(precedence, errno_is_third) in TEST_F() argument
1369 TEST_F(precedence, errno_is_third_in_any_order) in TEST_F() argument
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
Dpl111_versatile.c425 * take precedence, so also in this case do not mux the in pl111_vexpress_clcd_init()
497 * if we find it, it will take precedence. This is on the Integrator/AP in pl111_versatile_init()

123456789