Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 25 of 104) sorted by relevance

12345

/OK3568_Linux_fs/kernel/mm/damon/
H A Dpaddr.c266 ctx->primitive.init = NULL; in damon_pa_set_primitives()
267 ctx->primitive.update = NULL; in damon_pa_set_primitives()
268 ctx->primitive.prepare_access_checks = damon_pa_prepare_access_checks; in damon_pa_set_primitives()
269 ctx->primitive.check_accesses = damon_pa_check_accesses; in damon_pa_set_primitives()
270 ctx->primitive.reset_aggregated = NULL; in damon_pa_set_primitives()
271 ctx->primitive.target_valid = damon_pa_target_valid; in damon_pa_set_primitives()
272 ctx->primitive.cleanup = NULL; in damon_pa_set_primitives()
273 ctx->primitive.apply_scheme = damon_pa_apply_scheme; in damon_pa_set_primitives()
274 ctx->primitive.get_scheme_score = damon_pa_scheme_score; in damon_pa_set_primitives()
H A Dcore.c228 if (ctx->primitive.cleanup) { in damon_destroy_targets()
229 ctx->primitive.cleanup(ctx); in damon_destroy_targets()
552 if (!ret || !s->quota.esz || !c->primitive.get_scheme_score) in damos_valid_target()
555 return c->primitive.get_scheme_score(c, t, r, s) >= s->quota.min_score; in damos_valid_target()
612 if (c->primitive.apply_scheme) { in damon_do_apply_schemes()
622 sz_applied = c->primitive.apply_scheme(c, t, r, s); in damon_do_apply_schemes()
696 if (!c->primitive.get_scheme_score) in kdamond_apply_schemes()
705 score = c->primitive.get_scheme_score( in kdamond_apply_schemes()
909 if (!ctx->primitive.target_valid) in kdamond_need_stop()
913 if (ctx->primitive.target_valid(t)) in kdamond_need_stop()
[all …]
H A Dvaddr.c759 ctx->primitive.init = damon_va_init; in damon_va_set_primitives()
760 ctx->primitive.update = damon_va_update; in damon_va_set_primitives()
761 ctx->primitive.prepare_access_checks = damon_va_prepare_access_checks; in damon_va_set_primitives()
762 ctx->primitive.check_accesses = damon_va_check_accesses; in damon_va_set_primitives()
763 ctx->primitive.reset_aggregated = NULL; in damon_va_set_primitives()
764 ctx->primitive.target_valid = damon_va_target_valid; in damon_va_set_primitives()
765 ctx->primitive.cleanup = NULL; in damon_va_set_primitives()
766 ctx->primitive.apply_scheme = damon_va_apply_scheme; in damon_va_set_primitives()
767 ctx->primitive.get_scheme_score = damon_va_scheme_score; in damon_va_set_primitives()
H A Ddbgfs-test.h86 ctx->primitive.target_valid = NULL; in damon_dbgfs_test_set_targets()
87 ctx->primitive.cleanup = NULL; in damon_dbgfs_test_set_targets()
/OK3568_Linux_fs/kernel/net/sctp/
H A Ddebug.c129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname()
130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
H A DMakefile13 tsnmap.o bind_addr.o socket.o primitive.o \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxshmfence_1.3.bb1 SUMMARY = "Shared memory 'SyncFence' synchronization primitive"
3 DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst10 result in the same sorts of problems that leaving out a locking primitive
129 accesses. The rcu_dereference() primitive ensures that
136 The rcu_dereference() primitive is also an excellent
141 just that. The rcu_dereference() primitive therefore also
148 The rcu_dereference() primitive is used by the
168 hlist_add_head_rcu() primitive is required.
171 primitive must be used to keep list_del()'s pointer
174 the hlist_del_rcu() primitive is required.
185 publicized. Use the rcu_assign_pointer() primitive
210 a single non-expedited primitive to cover the entire batch.
[all …]
H A Drcubarrier.rst24 presence? There is a synchronize_rcu() primitive that blocks until all
34 primitive must be used instead. This primitive takes a pointer to an
78 We instead need the rcu_barrier() primitive. Rather than waiting for
290 The rcu_barrier() primitive has seen relatively little use, since most
H A DUP.rst6 A common misconception is that, on UP systems, the call_rcu() primitive
117 elsewhere using an _bh variant of the spinlock primitive.
133 the kfree() primitive.
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dconstants.h119 enum sctp_event_primitive primitive; member
130 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_rects.c34 GLAMOR_POS(gl_Position, (primitive.xy + pos))),
41 GLAMOR_POS(gl_Position, primitive.xy)),
H A Dglamor_spans.c34 GLAMOR_POS(gl_Position, (primitive.xy + pos))),
41 GLAMOR_POS(gl_Position, primitive.xy)),
H A Dglamor_points.c35 .vs_exec = GLAMOR_POS(gl_Position, primitive),
H A Dglamor_segs.c32 GLAMOR_POS(gl_Position, primitive.xy)),
H A Dglamor_lines.c32 GLAMOR_POS(gl_Position, primitive.xy)),
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xrandr/
H A DConfig.in6 primitive command line interface to RandR extension
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Datm.rst7 In order to use anything but the most primitive functions of ATM,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/
H A Drockchip-nocp.txt5 NoC provides the primitive values to get the performance data, The
H A Dexynos-nocp.txt5 NoC provides the primitive values to get the performance data. The packets
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-selinux-disable13 easier for systems with primitive bootloaders that did not allow for
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktorture.rst138 primitive a second "Reads" statistics line is printed.
145 -only- be positive if there is a bug in the locking primitive's
H A Dmutex-design.rst12 In the Linux kernel, mutexes refer to a particular locking primitive
152 locking primitive.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/
H A Dopenct_0.6.20.bb8 OpenCT also has a primitive mechanism to export smart card \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcharconv19 // floating-point format for primitive numerical conversion
27 // 23.20.2, primitive numerical output conversion
54 // 23.20.3, primitive numerical input conversion

12345