Home
last modified time | relevance | path

Searched refs:guaranteed (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-stm.c108 unsigned long *guaranteed; member
391 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
395 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
428 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
831 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
859 unsigned long *guaranteed; in stm_probe() local
909 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe()
910 if (!guaranteed) in stm_probe()
912 drvdata->chs.guaranteed = guaranteed; in stm_probe()
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DMP+polocks.litmus9 * given lock), a CPU is not only guaranteed to see the accesses that other
10 * CPUs made while previously holding that lock, it is also guaranteed
H A DMP+porevlocks.litmus9 * given lock), a CPU is not only guaranteed to see the accesses that other
10 * CPUs made while previously holding that lock, it is also guaranteed to
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dabi-stable.rst7 restrictions, and backward compatibility for them will be guaranteed
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A DTODO4 It is at the moment not guaranteed to work properly with a userspace
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dmediatek-bluetooth.txt75 guaranteed.
78 design should be guaranteed.
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBorceux18 Of course no support is guaranteed, but the author will attempt to assist with problems. Current e…
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
330 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource()
339 if (allocated + count <= guaranteed) { in mlx4_grant_resource()
344 if (guaranteed - allocated > 0) in mlx4_grant_resource()
345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
385 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local
396 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource()
398 if (allocated - count >= guaranteed) { in mlx4_release_resource()
402 if (allocated - guaranteed > 0) in mlx4_release_resource()
403 from_rsvd = count - (allocated - guaranteed); in mlx4_release_resource()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libdnf/libdnf/
H A Denable_test_data_dir_set.patch4 TESTDATADIR, since the default is guaranteed to be wrong for target builds.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libalgorithm/
H A Dlibalgorithm-diff-perl_1.15.bb6 program. It is guaranteed to find the *smallest possible* set of \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/
H A Dti,dac7612.txt3 The DAC7612 is a dual, 12-bit digital-to-analog converter (DAC) with guaranteed
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdamage_1.1.5.bb6 rectangular areas within the drawable. The rectangles are guaranteed to \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/
H A D0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch7 This is not guaranteed for ptests under qemu, and in the absence
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool.rst44 Note that format of the output of all tools is not guaranteed to be
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A DFix-flawed-dynamic-ldb-link-test-in-configure.patch31 + # uses it and is thus guaranteed to fail, we just assume that we will
/OK3568_Linux_fs/buildroot/package/python3/
H A D0030-fix-building-on-older-distributions.patch12 Because BuildRoot is guaranteed only to be built in POSIX environment, it is
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/quilt/
H A Dfaildiff-order.patch11 is apparently not guaranteed. Ideally this would be deterministic, but
/OK3568_Linux_fs/buildroot/package/mysql/
H A DConfig.in29 guaranteed to stay open source.
/OK3568_Linux_fs/buildroot/package/suricata/
H A D0001-python-ensure-proper-shabang-on-python-scripts.patch11 Instead, using '/usr/bin/env python' is guaranteed to find the proper
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0107-fs-sfs-Fix-over-read-of-root-object-name.patch7 is nul-terminated within the root block. This isn't guaranteed - it seems
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0001-pkexec-local-privilege-escalation-CVE-2021-4034.patch72 + /* argc<2 and pkexec runs just shell, argv is guaranteed to be null-terminated.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0006-use-intptr_t-to-fix-pointer-to-int-cast-issues.patch6 uintptr_t is guaranteed to be wide enough that
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst43 changed to "opened". Thus the "opened" notification is not guaranteed. But
44 it is guaranteed that the AML tables always notify "closed" when the lid
/OK3568_Linux_fs/buildroot/package/xen/
H A D0001-9pfs-include-linux-limits.h-for-XATTR_SIZE_MAX.patch10 <bitts/local_lim.h>, but on other platforms this is not guaranteed due
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.link-local7 This is especially useful if a DHCP server cannot be guaranteed

12345678910>>...12