Home
last modified time | relevance | path

Searched +full:quality +full:- +full:of +full:- +full:service (Results 1 – 25 of 164) sorted by relevance

1234567

/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
Dgss_mech_switch.c1 // SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2001 The Regents of the University of Michigan.
38 for (i = 0; i < gm->gm_pf_num; i++) { in gss_mech_free()
39 pf = &gm->gm_pfs[i]; in gss_mech_free()
40 if (pf->domain) in gss_mech_free()
41 auth_domain_put(pf->domain); in gss_mech_free()
42 kfree(pf->auth_domain_name); in gss_mech_free()
43 pf->auth_domain_name = NULL; in gss_mech_free()
68 for (i = 0; i < gm->gm_pf_num; i++) { in gss_mech_svc_setup()
69 pf = &gm->gm_pfs[i]; in gss_mech_svc_setup()
[all …]
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dgss_mech_switch.c1 // SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2001 The Regents of the University of Michigan.
38 for (i = 0; i < gm->gm_pf_num; i++) { in gss_mech_free()
39 pf = &gm->gm_pfs[i]; in gss_mech_free()
40 if (pf->domain) in gss_mech_free()
41 auth_domain_put(pf->domain); in gss_mech_free()
42 kfree(pf->auth_domain_name); in gss_mech_free()
43 pf->auth_domain_name = NULL; in gss_mech_free()
68 for (i = 0; i < gm->gm_pf_num; i++) { in gss_mech_svc_setup()
69 pf = &gm->gm_pfs[i]; in gss_mech_svc_setup()
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dvidtv.rst1 .. SPDX-License-Identifier: GPL-2.0
10 ----------
16 Currently, it consists of:
18 - A fake tuner driver, which will report a bad signal quality if the chosen
19 frequency is too far away from a table of valid frequencies for a
22 - A fake demod driver, which will constantly poll the fake signal quality
26 - A fake bridge driver, which is the module responsible for modprobing the
31 - Code reponsible for encoding a valid MPEG Transport Stream, which is then
33 For now, we have a single, audio-only channel containing a single MPEG
34 Elementary Stream, which in turn contains a SMPTE 302m encoded sine-wave.
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/
Dvidtv.rst1 .. SPDX-License-Identifier: GPL-2.0
10 ----------
16 Currently, it consists of:
18 - A fake tuner driver, which will report a bad signal quality if the chosen
19 frequency is too far away from a table of valid frequencies for a
22 - A fake demod driver, which will constantly poll the fake signal quality
26 - A fake bridge driver, which is the module responsible for modprobing the
31 - Code responsible for encoding a valid MPEG Transport Stream, which is then
33 For now, we have a single, audio-only channel containing a single MPEG
34 Elementary Stream, which in turn contains a SMPTE 302m encoded sine-wave.
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dtcp-thin.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Thin-streams and TCP
7 A wide range of Internet-based services that use reliable transport
8 protocols display what we call thin-stream properties. This means
10 retransmission mechanisms of the transport protocol are not fully
11 effective. In time-dependent scenarios (like online games, control
14 the service quality. Extreme latencies are caused by TCP's
15 dependency on the arrival of new data from the application to trigger
16 retransmissions effectively through fast retransmit instead of
19 After analysing a large number of time-dependent interactive
[all …]
/kernel/linux/linux-6.6/Documentation/networking/
Dtcp-thin.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Thin-streams and TCP
7 A wide range of Internet-based services that use reliable transport
8 protocols display what we call thin-stream properties. This means
10 retransmission mechanisms of the transport protocol are not fully
11 effective. In time-dependent scenarios (like online games, control
14 the service quality. Extreme latencies are caused by TCP's
15 dependency on the arrival of new data from the application to trigger
16 retransmissions effectively through fast retransmit instead of
19 After analysing a large number of time-dependent interactive
[all …]
/kernel/linux/linux-6.6/drivers/net/slip/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 connect to your Internet service provider or to connect to some
25 NET-3-HOWTO, available from
31 <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP
57 definitely want to say Y here. The NET-3-HOWTO, available from
66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
78 end of the link as well. It's good enough, for example, to run IP
79 over the async ports of a Camtec JNT Pad. If unsure, say N.
/kernel/linux/linux-5.10/drivers/net/slip/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 connect to your Internet service provider or to connect to some
25 NET-3-HOWTO, available from
31 <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP
57 definitely want to say Y here. The NET-3-HOWTO, available from
66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
78 end of the link as well. It's good enough, for example, to run IP
79 over the async ports of a Camtec JNT Pad. If unsure, say N.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/
Darm,malidp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm Mali Display Processor (Mali-DP)
10 - Liviu Dudau <Liviu.Dudau@arm.com>
11 - Andre Przywara <andre.przywara@arm.com>
14 The following bindings apply to a family of Display Processors sold as
22 - arm,mali-dp500
23 - arm,mali-dp550
24 - arm,mali-dp650
[all …]
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/marvell/
Docteontx2.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
12 - `Overview`_
13 - `Drivers`_
14 - `Basic packet flow`_
15 - `Devlink health reporters`_
16 - `Quality of service`_
23 PCI-compatible physical and virtual functions. Each functional block
27 and has privileges to provision RVU functional block's LFs to each of the
31 - Network pool or buffer allocator (NPA)
32 - Network interface controller (NIX)
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Synopsys DWC Ethernet Quality-of-Service v4.10a linux driver
9 #include <linux/clk-provider.h>
17 #include <linux/of.h>
43 struct device *dev = &pdev->dev; in dwc_eth_dwmac_config_dt()
48 if (!plat_dat->axi) { in dwc_eth_dwmac_config_dt()
49 plat_dat->axi = kzalloc(sizeof(struct stmmac_axi), GFP_KERNEL); in dwc_eth_dwmac_config_dt()
51 if (!plat_dat->axi) in dwc_eth_dwmac_config_dt()
52 return -ENOMEM; in dwc_eth_dwmac_config_dt()
55 plat_dat->axi->axi_lpi_en = device_property_read_bool(dev, in dwc_eth_dwmac_config_dt()
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dcec.rst1 .. SPDX-License-Identifier: GPL-2.0
12 - Exynos4
13 - Exynos5
14 - STIH4xx HDMI CEC
15 - V4L2 adv7511 (same HW, but a different driver from the drm adv7511)
16 - stm32
17 - Allwinner A10 (sun4i)
18 - Raspberry Pi
19 - dw-hdmi (Synopsis IP)
20 - amlogic (meson ao-cec and ao-cec-g12a)
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Synopsys DWC Ethernet Quality-of-Service v4.10a linux driver
9 #include <linux/clk-provider.h>
43 struct device *dev = &pdev->dev; in dwc_eth_dwmac_config_dt()
48 if (!plat_dat->axi) { in dwc_eth_dwmac_config_dt()
49 plat_dat->axi = kzalloc(sizeof(struct stmmac_axi), GFP_KERNEL); in dwc_eth_dwmac_config_dt()
51 if (!plat_dat->axi) in dwc_eth_dwmac_config_dt()
52 return -ENOMEM; in dwc_eth_dwmac_config_dt()
55 plat_dat->axi->axi_lpi_en = device_property_read_bool(dev, in dwc_eth_dwmac_config_dt()
56 "snps,en-lpi"); in dwc_eth_dwmac_config_dt()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Datm.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atm.h - general ATM declarations */
4 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
8 * WARNING: User-space programs should not #include <linux/atm.h> directly.
16 * BEGIN_xx and END_xx markers are used for automatic generation of
35 #define ATM_NOT_RSV_VCI 32 /* first non-reserved VCI value */
55 * SOL_SOCKET is 0xFFFF, so that's a bit of a problem
69 /* set CLP bit value - TODO */
74 /* Quality of Service setting */
76 /* Service Access Point */
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Datm.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atm.h - general ATM declarations */
4 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
8 * WARNING: User-space programs should not #include <linux/atm.h> directly.
16 * BEGIN_xx and END_xx markers are used for automatic generation of
35 #define ATM_NOT_RSV_VCI 32 /* first non-reserved VCI value */
55 * SOL_SOCKET is 0xFFFF, so that's a bit of a problem
69 /* set CLP bit value - TODO */
74 /* Quality of Service setting */
76 /* Service Access Point */
[all …]
/kernel/linux/linux-6.6/drivers/media/common/siano/
Dsmscoreapi.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 Copyright (C) 2006-2008, Uri Shkolnik, Anatoly Greenblat
25 #include <media/media-device.h>
33 * Those should match what's used at smscoreapi.c and sms-cards.c
34 * including the MODULE_FIRMWARE() macros at the end of smscoreapi.c
46 #define SMS_FW_DVBT_HCW_55XXX "sms1xxx-hcw-55xxx-dvbt-02.fw"
47 #define SMS_FW_ISDBT_HCW_55XXX "sms1xxx-hcw-55xxx-isdbt-02.fw"
52 #define SMS_FW_DVBT_NOVA_A "sms1xxx-nova-a-dvbt-01.fw"
53 #define SMS_FW_DVBT_NOVA_B "sms1xxx-nova-b-dvbt-01.fw"
54 #define SMS_FW_DVBT_STELLAR "sms1xxx-stellar-dvbt-01.fw"
[all …]
/kernel/linux/linux-5.10/drivers/media/common/siano/
Dsmscoreapi.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 Copyright (C) 2006-2008, Uri Shkolnik, Anatoly Greenblat
25 #include <media/media-device.h>
38 * Those should match what's used at smscoreapi.c and sms-cards.c
39 * including the MODULE_FIRMWARE() macros at the end of smscoreapi.c
51 #define SMS_FW_DVBT_HCW_55XXX "sms1xxx-hcw-55xxx-dvbt-02.fw"
52 #define SMS_FW_ISDBT_HCW_55XXX "sms1xxx-hcw-55xxx-isdbt-02.fw"
57 #define SMS_FW_DVBT_NOVA_A "sms1xxx-nova-a-dvbt-01.fw"
58 #define SMS_FW_DVBT_NOVA_B "sms1xxx-nova-b-dvbt-01.fw"
59 #define SMS_FW_DVBT_STELLAR "sms1xxx-stellar-dvbt-01.fw"
[all …]
/kernel/linux/linux-5.10/Documentation/security/keys/
Dtrusted-encrypted.rst6 key ring service. Both of these new types are variable length symmetric keys,
9 of a Trusted Platform Module (TPM) chip for greater security, while Encrypted
22 -------
26 trouser's utility: "tpm_takeownership -u -z".
29 -------
36 #> tsscreateprimary -hi o -st
38 #> tssevictcontrol -hi o -ho 80000000 -hp 81000001
42 #> tpm2_createprimary --hierarchy o -G rsa2048 -c key.ctxt
44 #> tpm2_evictcontrol -c key.ctxt 0x81000001
55 keyhandle= ascii hex value of sealing key
[all …]
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.81 .\" This page Copyright (C) 2010 - 2015 Len Brown <len.brown@intel.com>
5 x86_energy_perf_policy \- Manage Energy vs. Performance Policy via x86 Model Specific Registers
10 .RB "scope: \-\-cpu\ cpu-list | \-\-pkg\ pkg-list"
12 .RB "cpu-list, pkg-list: # | #,# | #-# | all"
14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired"
16 .RB "other: (\-\-force | \-\-hwp-enable | \-\-turbo-enable) value)"
18 .RB "value: # | default | performance | balance-performance | balance-power | power"
21 displays and updates energy-performance policy settings specific to
23 updates, no matter if the Linux cpufreq sub-system is enabled or not.
26 may affect a wide range of hardware decisions,
[all …]
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.81 .\" This page Copyright (C) 2010 - 2015 Len Brown <len.brown@intel.com>
5 x86_energy_perf_policy \- Manage Energy vs. Performance Policy via x86 Model Specific Registers
10 .RB "scope: \-\-cpu\ cpu-list | \-\-pkg\ pkg-list"
12 .RB "cpu-list, pkg-list: # | #,# | #-# | all"
14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired"
16 .RB "other: (\-\-force | \-\-hwp-enable | \-\-turbo-enable) value)"
18 .RB "value: # | default | performance | balance-performance | balance-power | power"
21 displays and updates energy-performance policy settings specific to
23 updates, no matter if the Linux cpufreq sub-system is enabled or not.
26 may affect a wide range of hardware decisions,
[all …]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
Dvas-sysfs.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2022-23 IBM Corp.
44 * on the credits available) instead of depending on VAS in update_total_credits_store()
48 err = vas_reconfig_capabilties(caps->win_type, creds); in update_total_credits_store()
51 return -EINVAL; in update_total_credits_store()
61 return sprintf(buf, "%d\n", atomic_read(&caps->_name)); \
81 * Total number of default credits assigned to the LPAR which
84 * Number of credits used by the user space. One credit will
89 * for the Quality of Service (QoS) credit type.
91 * Total number of QoS credits assigned to the LPAR. The user
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dti,k3-am654-cpsw-nuss.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpsw-nuss.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Grygorii Strashko <grygorii.strashko@ti.com>
11 - Sekhar Nori <nsekhar@ti.com>
16 CPSW2G NUSS features - the Reduced Gigabit Media Independent Interface (RGMII),
19 new version of Common Platform Time Sync (CPTS), updated Address Lookup
25 Peripheral Root Complex (UDMA-P) controller.
29 priority level Quality Of Service (QOS) support (802.1p)
[all …]
/kernel/linux/linux-5.10/lib/
Dts_bm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * lib/ts_bm.c Boyer-Moore text search implementation
9 * Implements Boyer-Moore string matching algorithm:
12 * Communications of the Association for Computing Machinery,
13 * 20(10), 1977, pp. 762-772.
16 * [2] Handbook of Exact String Matching Algorithms, Thierry Lecroq, 2004
17 * http://www-igm.univ-mlv.fr/~lecroq/string/string.pdf
19 * Note: Since Boyer-Moore (BM) performs searches for matchings from right
24 * Knuth-Pratt-Morris (KMP) implementation instead. In conclusion, choose
30 * Quality of Service (QoS) policies, and you don't mind about possible
[all …]
/kernel/linux/linux-6.6/Documentation/timers/
Dhighres.rst5 Further information can be found in the paper of the OLS 2006 talk "hrtimers
6 and beyond". The paper is part of the OLS 2006 Proceedings Volume 1, which can
8 https://www.kernel.org/doc/ols/2006/ols2006v1-pages-333-346.pdf
11 http://www.cs.columbia.edu/~nahum/w6998/papers/ols2006-hrtimers-slides.pdf
15 design of the Linux time(r) system before hrtimers and other building blocks
23 - hrtimer base infrastructure
24 - timeofday and clock source management
25 - clock event management
26 - high resolution timer functionality
27 - dynamic ticks
[all …]
/kernel/linux/linux-5.10/Documentation/timers/
Dhighres.rst5 Further information can be found in the paper of the OLS 2006 talk "hrtimers
6 and beyond". The paper is part of the OLS 2006 Proceedings Volume 1, which can
8 https://www.kernel.org/doc/ols/2006/ols2006v1-pages-333-346.pdf
11 http://www.cs.columbia.edu/~nahum/w6998/papers/ols2006-hrtimers-slides.pdf
15 design of the Linux time(r) system before hrtimers and other building blocks
23 - hrtimer base infrastructure
24 - timeofday and clock source management
25 - clock event management
26 - high resolution timer functionality
27 - dynamic ticks
[all …]

1234567