Home
last modified time | relevance | path

Searched +full:set +full:- +full:top (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dq_in_q_veto.sh2 # SPDX-License-Identifier: GPL-2.0
28 ip link set dev $swp1 up
29 ip link set dev $swp2 up
38 ip link set dev $swp2 down
39 ip link set dev $swp1 down
51 ip link set dev br0 addrgenmode none
53 ip link set dev br0 up
54 ip link set dev $swp1 master br0
58 check_fail $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge not rejected"
62 | grep -q mlxsw_spectrum
[all …]
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c1 // SPDX-License-Identifier: GPL-2.0
78 * timerlat_free_top - free runtime data
83 free(data->cpu_data); in timerlat_free_top()
88 * timerlat_alloc_histogram - alloc runtime data
99 data->nr_cpus = nr_cpus; in timerlat_alloc_top()
101 /* one set of histograms per CPU */ in timerlat_alloc_top()
102 data->cpu_data = calloc(1, sizeof(*data->cpu_data) * nr_cpus); in timerlat_alloc_top()
103 if (!data->cpu_data) in timerlat_alloc_top()
106 /* set the min to max */ in timerlat_alloc_top()
108 data->cpu_data[cpu].min_irq = ~0; in timerlat_alloc_top()
[all …]
H A Dosnoise_top.c1 // SPDX-License-Identifier: GPL-2.0
25 * osnoise top parameters
70 * osnoise_free_top - free runtime data
75 free(data->cpu_data); in osnoise_free_top()
80 * osnoise_alloc_histogram - alloc runtime data
90 data->nr_cpus = nr_cpus; in osnoise_alloc_top()
92 /* one set of histograms per CPU */ in osnoise_alloc_top()
93 data->cpu_data = calloc(1, sizeof(*data->cpu_data) * nr_cpus); in osnoise_alloc_top()
94 if (!data->cpu_data) in osnoise_alloc_top()
105 * osnoise_top_handler - this is the handler for osnoise tracer events
[all …]
H A Dosnoise.c1 // SPDX-License-Identifier: GPL-2.0
20 * osnoise_get_cpus - return the original "osnoise/cpus" content
26 if (context->curr_cpus) in osnoise_get_cpus()
27 return context->curr_cpus; in osnoise_get_cpus()
29 if (context->orig_cpus) in osnoise_get_cpus()
30 return context->orig_cpus; in osnoise_get_cpus()
32 context->orig_cpus = tracefs_instance_file_read(NULL, "osnoise/cpus", NULL); in osnoise_get_cpus()
38 return context->orig_cpus; in osnoise_get_cpus()
42 * osnoise_set_cpus - configure osnoise to run on *cpus
44 * "osnoise/cpus" file is used to set the cpus in which osnoise/timerlat
[all …]
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 bttv-risc.c -- interfaces to other kernel modules
7 - memory management
8 - generation
10 (c) 2000-2003 Gerd Knorr <kraxel@bytesex.org>
25 #include <media/v4l2-ioctl.h>
31 /* ---------------------------------------------------------- */
54 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed()
58 rp = risc->cpu; in bttv_risc_packed()
62 while (skip_lines-- > 0) { in bttv_risc_packed()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * builtin-top.c
5 * Builtin top command: Display a continuously updated profile of
24 #include "util/bpf-event.h"
39 #include "util/synthetic-events.h"
40 #include "util/top.h"
43 #include <subcmd/parse-options.h>
44 #include "util/parse-events.h"
51 #include "util/parse-branch-options.h"
56 #include "util/ordered-events.h"
[all …]
/openbmc/linux/include/media/
H A Dtuner-types.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * enum param_type - type of the tuner pameters
27 * struct tuner_range - define the frequencies supported by the tuner
38 * tuners. On those devices, the tuner set is done via 4 bytes:
54 * struct tuner_params - Parameters to be used to setup the tuner. Those
55 * are used by drivers/media/tuners/tuner-types.c in
57 * the parameters are for tuners based on tda9887 IF-PLL
58 * multi-standard analog TV/Radio demodulator, with is
65 * @cb_first_if_lower_freq: Many Philips-based tuners have a comment in
76 * Set cb_first_if_lower_freq to 1, if this check
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css3 /* Set required top body padding for the fixed top navbard */
4 body { padding-top: 50px; }
7 img.logo { height: 30px; vertical-align: bottom; }
9 /* Style the Yocto Project logo and the Toaster name in the top navbar */
10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; }
11 .toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: …
12 .toaster-navbar-brand > a { text-decoration: none; }
13 .toaster-navbar-brand > a.brand:hover { color: #5e5e5e; }
15 /* Style the debugging information in the top navbar */
16 .glyphicon-info-sign { color: #777; font-size: 16px; }
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt1 perf-config(1)
5 ----
6 perf-config - Get and set variables in a configuration file.
9 --------
11 'perf config' [<file-option>] [section.name[=value] ...]
13 'perf config' [<file-option>] -l | --list
16 -----------
20 -------
22 -l::
23 --list::
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D2244 # Test json:{} filenames with qemu-internal BDSs
35 # (1) We do not set filter_node_name. In that case, the commit_top
37 # (2) We do set filter_node_name. In that case, it should appear.
42 log('--- filter_node_name: %s ---' % filter_node_name)
47 iotests.FilePath('top.img') as top_img_path, \
50 qemu_img('create', '-f', iotests.imgfmt, base_img_path, '64M')
51 qemu_img('create', '-f', iotests.imgfmt, '-b', base_img_path,
52 '-F', iotests.imgfmt, mid_img_path)
53 qemu_img('create', '-f', iotests.imgfmt, '-b', mid_img_path,
54 '-F', iotests.imgfmt, top_img_path)
[all …]
/openbmc/u-boot/common/init/
H A Dboard_init.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Code shared between SPL and U-Boot proper
22 * Allocate reserved space for use as 'globals' from 'top' address and
35 * - GD is aligned down on a 16-byte boundary
37 * - the early malloc arena is not aligned, therefore it follows the stack
40 * - GD is allocated last, so that the return value of this functions is
45 ulong board_init_f_alloc_reserve(ulong top) in board_init_f_alloc_reserve() argument
49 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve()
52 top = rounddown(top-sizeof(struct global_data), 16); in board_init_f_alloc_reserve()
54 return top; in board_init_f_alloc_reserve()
[all …]
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * -- paulus
10 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
28 #include <asm/code-patching.h>
60 return bat_addrs[b].phys + (va - bat_addrs[b].start); in v_block_mapped()
72 && pa < (bat_addrs[b].limit-bat_addrs[b].start) in p_block_mapped()
74 return bat_addrs[b].start+(pa-bat_addrs[b].phys); in p_block_mapped()
89 return -1; in find_free_bat()
95 * - max block size is 256 on 6xx.
96 * - base address must be aligned to the block size. So the maximum block size
[all …]
/openbmc/linux/block/
H A Dblk-settings.c1 // SPDX-License-Identifier: GPL-2.0
11 #include <linux/backing-dev-defs.h>
16 #include <linux/dma-mapping.h>
19 #include "blk-rq-qos.h"
20 #include "blk-wbt.h"
24 q->rq_timeout = timeout; in blk_queue_rq_timeout()
29 * blk_set_default_limits - reset limits to default values
37 lim->max_segments = BLK_MAX_SEGMENTS; in blk_set_default_limits()
38 lim->max_discard_segments = 1; in blk_set_default_limits()
39 lim->max_integrity_segments = 0; in blk_set_default_limits()
[all …]
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_dma.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-omap1/lcd_dma.c
5 * Extracted from arch/arm/plat-omap/dma.c
6 * Copyright (C) 2003 - 2008 Nokia Corporation
11 * OMAP2/3 support Copyright (C) 2004-2007 Texas Instruments, Inc.
13 * Some functions based on earlier dma-omap.c Copyright (C) 2001 RidgeRun, Inc.
16 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
26 #include <linux/omap-dma.h>
28 #include <linux/soc/ti/omap1-soc.h>
29 #include <linux/soc/ti/omap1-io.h>
[all …]
/openbmc/linux/arch/x86/um/os-Linux/
H A Dtask_size.c1 // SPDX-License-Identifier: GPL-2.0
37 MAP_FIXED | MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in page_ok()
73 * A 32-bit UML on a 64-bit host gets confused about the VDSO at in os_get_top_address()
76 * unmapped. So, just set the highest address to be checked to just in os_get_top_address()
77 * below it. This might waste some address space on 4G/4G 32-bit in os_get_top_address()
80 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local
88 * SA_DEFER needs to be set. in os_get_top_address()
98 /* Manually scan the address space, bottom-up, until we find in os_get_top_address()
101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address()
107 if (bottom == top) { in os_get_top_address()
[all …]
/openbmc/u-boot/include/
H A Dinit.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2000-2009
7 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
23 * arch_cpu_init() - basic cpu-dependent setup for an architecture
26 * CPU- or SoC- specific init needed to continue the init sequence. See
35 * arch_cpu_init_dm() - init CPU after driver model is available
41 * Return: 0 if OK, -ve on error
46 * mach_cpu_init() - SoC/machine dependent CPU setup
58 * arch_fsp_init() - perform firmware support package init
60 * Where U-Boot relies on binary blobs to handle part of the system init, this
[all …]
H A Dvideo_console.h1 /* SPDX-License-Identifier: GPL-2.0+ */
41 * struct vidconsole_priv - uclass-private data about a console device
43 * Drivers must set up @rows, @cols, @x_charsize, @y_charsize in their probe()
44 * method. Drivers may set up @xstart_frac if desired.
48 * @ycur: Current Y position in pixels (0=top)
60 * @row_saved: Saved Y position in pixels (0=top)
88 * struct vidconsole_ops - Video console operations
92 * of an entire line of text - typically 16 pixels).
96 * putc_xy() - write a single character to a position
99 * @x_frac: Fractional pixel X position (0=left-most pixel) which
[all …]
H A Dvideo.h9 * AIRVENT SAM s.p.a - RIMINI(ITALY)
32 * Bits per pixel selector. Each value n is such that the bits-per-pixel is
53 * struct video_priv - Device information used by the video uclass
65 * set by the driver, but if not, the uclass will set it after
71 * @cmap: Colour map for 8-bit-per-pixel displays
72 * @fg_col_idx: Foreground color code (bit 3 = bold, bit 0-2 = color)
75 /* Things set up by the driver: */
97 /* Placeholder - there are no video operations at present */
101 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops)
104 * video_reserve() - Reserve frame-buffer memory for video devices
[all …]
/openbmc/linux/arch/arm/mach-sti/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
34 Electronics family StiH415 parts, primarily targeted at set-top-box
43 Electronics family StiH416 parts, primarily targeted at set-top-box
53 Electronics family StiH407 parts, targetted at set-top-box
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-osnoise-top.rst2 rtla-osnoise-top
4 -----------------------------------------------
6 -----------------------------------------------
12 **rtla osnoise top** [*OPTIONS*]
18 **rtla osnoise top** collects the periodic summary from the *osnoise* tracer,
20 displaying the results in a user-friendly format.
35 In the example below, the **rtla osnoise top** tool is set to run with a
36 real-time priority *FIFO:1*, on CPUs *0-3*, for *900ms* at each period
38 the rtla tool. The tool is also set to run for *one minute* and to display
41 [root@f34 ~]# rtla osnoise top -P F:1 -c 0-3 -r 900000 -d 1M -q
[all …]
/openbmc/linux/Documentation/sound/designs/
H A Dchannel-mapping-api.rst2 ALSA PCM channel-mapping API
38 the kernel/user-space ABI perspective. It uses only the existing
57 ---
61 ``type data-bytes ch0 ch1 ch2...``
71 type is where pair-wise channels are swappable. For example, when you
88 /* this follows the alsa-lib mixer channel value + 3 */
108 SNDRV_CHMAP_TC, /* top center */
109 SNDRV_CHMAP_TFL, /* top front left */
110 SNDRV_CHMAP_TFR, /* top front right */
111 SNDRV_CHMAP_TFC, /* top front center */
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
20 :ref:`constraint flags <v4l2-selection-flags>`.
26 See figure :ref:`sel-targets-capture` for examples of the selection
30 The range of coordinates of the top left corner, width and height of
32 target. It is recommended for the driver developers to put the top/left
36 The top left corner, width and height of the source rectangle, that is
45 driver writer considers the complete picture. Drivers shall set the
51 coordinates are expressed in pixels. The rectangle's top/left corner
53 the image size set by :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>`.
63 :ref:`constraint flags <v4l2-selection-flags>`.
[all …]
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh5 # SPDX-License-Identifier: GPL-2.0-or-later
10 # depending if either the -S parameter is present or not:
12 # * without -S: Produces a histogram listing top N recipes/tasks versus
13 # stats. The first stat defined in the -s parameter is the one taken
15 # * -S: Produces a histogram listing tasks versus stats. In this case,
17 # Stats values are in descending order defined by the first stat defined on -s
21 # 1. Top recipes' tasks taking into account utime
23 # $ buildstats-plot.sh -s utime | gnuplot -p
27 # $ buildstats-plot.sh -s utime:stime -S | gnuplot -p
31 # $ buildstats-plot.sh -s 'IO write_bytes:IO read_bytes' -S | gnuplot -p
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A D0001-CMakeLists.txt-disable-USE_NGHTTP2.patch6 nghttp2 depends on cmake-native to build, to break circular
9 Upstream-Status: Inappropriate [oe specific]
11 Signed-off-by: Changqing Li <changqing.li@windriver.com>
13 Adjust the patch to apply on top of v3.28.3.
15 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
17 Adjust the patch to apply on top of v3.30.1.
19 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
20 ---
21 Utilities/cmcurl/CMakeLists.txt | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
[all …]
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c5 Written/copyright 1994-2001 by Donald Becker.
15 /* Understanding the PNIC_II - everything is this file is based
24 * -----
25 * Bit 24 - SCR
26 * Bit 23 - PCS
27 * Bit 22 - TTM (Trasmit Threshold Mode)
28 * Bit 18 - Port Select
29 * Bit 13 - Start - 1, Stop - 0 Transmissions
30 * Bit 11:10 - Loop Back Operation Mode
31 * Bit 9 - Full Duplex mode (Advertise 10BaseT-FD is CSR14<7> is set)
[all …]

12345678910>>...47