Home
last modified time | relevance | path

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

12345678910>>...16

/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-4.19/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_utils.h35 /* osl multi-precedence packet queue */
37 #define PKTQ_MAX_PREC 16 /* Maximum precedence levels */
85 /* operations on a specific precedence in packet queue */
131 /* 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-4.19/include/uapi/linux/
Dicmp.h54 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */
55 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */
/kernel/linux/linux-4.19/Documentation/userspace-api/
Dseccomp_filter.rst90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.)
92 In precedence order, they are:
164 Precedence is only determined using the ``SECCOMP_RET_ACTION`` mask. When
165 multiple filters return values of the same precedence, only the
/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-4.19/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/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-4.19/drivers/net/wireless/broadcom/brcm80211/brcmutil/
Dutils.c55 * osl multiple-precedence packet queue
56 * hi_prec is always >= the number of the highest non-empty precedence
112 * precedence based dequeue with match function. Passing a NULL pointer
/kernel/linux/linux-4.19/Documentation/dev-tools/
Dcoccinelle.rst215 should be used every time spatch is spawned, the order of precedence for
242 If not using the kernel's coccicheck target, keep the above precedence
258 note that when there are conflicting options Coccinelle takes precedence for
260 given the order of precedence followed by Coccinelle, since the kernel now
/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-4.19/drivers/soc/fsl/dpio/
Dqbman-portal.h42 /* dequeue with priority precedence, respect intra-class scheduling */
44 /* dequeue with active FQ precedence, respect ICS */
46 /* dequeue with active FQ precedence, no ICS */
/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-4.19/Documentation/devicetree/bindings/net/
Dti,dp83867.txt33 takes precedence.
/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-4.19/Documentation/kbuild/
Dkbuild.txt78 Setting "V=..." takes precedence over KBUILD_VERBOSE.
88 The possibilities are listed in the order they take precedence.
95 Setting "O=..." takes precedence over KBUILD_OUTPUT.
/kernel/linux/linux-4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c965 FIXTURE_DATA(precedence) { in FIXTURE_DATA() argument
974 FIXTURE_SETUP(precedence) in FIXTURE_SETUP() argument
1029 FIXTURE_TEARDOWN(precedence) in FIXTURE_TEARDOWN() argument
1040 TEST_F(precedence, allow_ok) in TEST_F() argument
1066 TEST_F_SIGNAL(precedence, kill_is_highest, SIGSYS) in TEST_F_SIGNAL() argument
1095 TEST_F_SIGNAL(precedence, kill_is_highest_in_any_order, SIGSYS) in TEST_F_SIGNAL() argument
1122 TEST_F_SIGNAL(precedence, trap_is_second, SIGSYS) in TEST_F_SIGNAL() argument
1147 TEST_F_SIGNAL(precedence, trap_is_second_in_any_order, SIGSYS) in TEST_F_SIGNAL() argument
1172 TEST_F(precedence, errno_is_third) in TEST_F() argument
1194 TEST_F(precedence, errno_is_third_in_any_order) in TEST_F() argument
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/gpio/
Dbrcm,brcmstb-gpio.txt35 multiple parents. This takes precedence over 'interrupts' and
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dbrcm,brcmstb-gpio.txt35 multiple parents. This takes precedence over 'interrupts' and
/kernel/linux/linux-4.19/arch/arm/boot/bootp/
Dinit.S52 * tag takes precedence.
/kernel/linux/linux-4.19/Documentation/media/uapi/mediactl/
Dmedia-ioc-device-info.rst99 number takes precedence when provided and can be assumed to be unique.
/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 */

12345678910>>...16