Home
last modified time | relevance | path

Searched refs:invocations (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c111 if (CHECK(obj->bss->invocations != 1, in test_egress_only()
112 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
135 if (CHECK(obj->bss->invocations != 3, in test_egress_only()
136 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
195 if (CHECK(obj->bss->invocations != 3, in test_isolated()
196 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
240 if (CHECK(obj->bss->invocations != 9, in test_isolated()
241 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
320 if (CHECK(obj->bss->invocations != 3, in test_shared()
321 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
[all …]
H A Dudp_limit.c58 if (CHECK(skel->bss->invocations != 4, "bss-invocations", in test_udp_limit()
59 "invocations=%d", skel->bss->invocations)) in test_udp_limit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dcg_storage_multi_shared.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress1()
42 __sync_fetch_and_add(&invocations, 1); in egress2()
54 __sync_fetch_and_add(&invocations, 1); in ingress()
H A Dcg_storage_multi_isolated.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress1()
42 __sync_fetch_and_add(&invocations, 1); in egress2()
54 __sync_fetch_and_add(&invocations, 1); in ingress()
H A Dudp_limit.c7 int invocations = 0, in_use = 0; variable
31 __sync_fetch_and_add(&invocations, 1); in sock()
58 __sync_fetch_and_add(&invocations, 1); in sock_release()
H A Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DISA2+poonceonces.litmus8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all
9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
H A DREADME106 As above, but without the smp_mb() invocations.
114 As above, but without the smp_mb() invocations.
/OK3568_Linux_fs/buildroot/package/xinetd/
H A D0001-ar.patch1 This patch changes all of the hard-coded invocations of "ar" to $(AR), to
/OK3568_Linux_fs/external/xserver/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dqcom,fastrpc.txt5 invocations across DSP and APPS boundaries. This enables developers
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/
H A Dbusybox-inittab_1.35.0.bb28 # ${base_sbindir}/getty invocations for the runlevels.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/
H A Dsysvinit-inittab_2.88dsf.bb37 # ${base_sbindir}/getty invocations for the runlevels.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Didle.fuc55 // count IDLE invocations for debugging purposes
/OK3568_Linux_fs/buildroot/package/python3/
H A D0010-Misc-python-config.sh.in-ensure-sed-invocations-only.patch4 Subject: [PATCH] Misc/python-config.sh.in: ensure sed invocations only match
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0047-dl-Only-allow-unloading-modules-that-are-not-depende.patch7 decremented. This means that repeated rmmod invocations will cause the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dinit.rst43 - Implement the various ``run_init_process()`` invocations via a struct array
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0002-Remove-the-GN-settings-done-for-clang-that-conflict-.patch106 - # internal linker invocations, for people who work on the build.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch18 /* lock to protect multiple invocations of static caps to caps conversion */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch18 /* lock to protect multiple invocations of static caps to caps conversion */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch18 /* lock to protect multiple invocations of static caps to caps conversion */
/OK3568_Linux_fs/buildroot/package/weston/
H A D0087-backend-vnc-enable-TLS-support.patch132 +invocations:
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0088-backend-vnc-enable-TLS-support.patch132 +invocations:
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcubarrier.rst275 value one), but the other CPU's rcu_barrier_func() invocations
323 value one), but the other CPU's rcu_barrier_func() invocations
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.048 clipper invocations that throw.

1234