/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 175 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument 203 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips() 205 skips[skip].start = clips[clip].c.left; in btcx_calc_skips() 206 if (skips[skip].start < 0) in btcx_calc_skips() 207 skips[skip].start = 0; in btcx_calc_skips() 208 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips() 209 if (skips[skip].end > width) in btcx_calc_skips() 210 skips[skip].end = width; in btcx_calc_skips() 215 if (skips[skip-1].end < end) in btcx_calc_skips() 216 skips[skip-1].end = end; in btcx_calc_skips() [all …]
|
D | bttv-risc.c | 241 struct btcx_skiplist *skips; in bttv_risc_overlay() local 247 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay() 248 if (NULL == skips) in bttv_risc_overlay() 257 kfree(skips); in bttv_risc_overlay() 284 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay() 291 } else if (start < skips[skip].start) { in bttv_risc_overlay() 293 end = skips[skip].start; in bttv_risc_overlay() 296 end = skips[skip].end; in bttv_risc_overlay() 319 kfree(skips); in bttv_risc_overlay()
|
D | btcx-risc.h | 26 struct btcx_skiplist *skips, unsigned int *nskips,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_verifier.c | 63 static int skips; variable 374 skips++; in skip_unsupported_map() 958 fixup_skips = skips; in do_test_single() 969 if (fixup_skips != skips) in do_test_single() 1017 skips++; in do_test_single() 1182 skips++; in do_test() 1194 skips++; in do_test() 1202 skips, errors); in do_test()
|
D | test_maps.c | 33 static int skips; variable 736 skips++; in test_sockmap() 1774 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
|
/kernel/linux/linux-5.10/drivers/media/common/ |
D | btcx-risc.h | 28 struct btcx_skiplist *skips, unsigned int *nskips,
|
/kernel/linux/linux-5.10/Documentation/driver-api/mtd/ |
D | nand_ecc.rst | 90 - rp6 covers 8 bytes then skips 8 etc 91 - rp7 skips 8 bytes then covers 8 etc 92 - rp8 covers 16 bytes then skips 16 etc 93 - rp9 skips 16 bytes then covers 16 etc 94 - rp10 covers 32 bytes then skips 32 etc 95 - rp11 skips 32 bytes then covers 32 etc 96 - rp12 covers 64 bytes then skips 64 etc 97 - rp13 skips 64 bytes then covers 64 etc 98 - rp14 covers 128 bytes then skips 128 99 - rp15 skips 128 bytes then covers 128
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | itrace.txt | 50 skips the first million instructions.
|
D | perf-config.txt | 559 'skip' skips post-processing and does not update the cache.
|
D | perf-record.txt | 325 Do not save the build ids of binaries in the perf.data files. This skips
|
D | perf-intel-pt.txt | 1014 skips the first million instructions.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 18 - adi,reference-div-factor: If set the driver skips dynamic calculation
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | dawr-power9.rst | 93 Any errors/failures/skips mean something is wrong.
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/ |
D | einj.rst | 115 to 1 skips the trigger phase, which *may* allow the user to cause the
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | openvswitch.rst | 187 (the flow only contains IP packets if one parses and skips over the
|
D | af_xdp.rst | 58 wants to do this, it simply skips the registration of the UMEM and its
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 94 skips copying the region's data from the source to the destination device, and
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | bcache.rst | 34 to caching large sequential IO. Bcache detects sequential IO and skips it; 144 that skips the cache so we don't have to error the write.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/ |
D | e1000e.rst | 194 This workaround skips resetting the PHY at shutdown for the initial silicon
|
/kernel/linux/linux-5.10/Documentation/driver-api/rapidio/ |
D | rapidio.rst | 304 an agent skips RapidIO discovery and continues with remaining kernel
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | swsusp.rst | 104 state. If the option `noresume` is specified as a boot parameter, it skips
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | hmm.rst | 355 bit is set and skips entries that are not migrating. The device driver
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 393 Defaults will be used if user skips setting a parameter except clos id, which is
|
D | cpufreq.rst | 130 for the given CPU and if so, it skips the policy object creation. Otherwise,
|
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
D | notes.rst | 752 Using ``probe_only`` mask 2 skips the reset of HDA codecs (use
|