Home
last modified time | relevance | path

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

123

/Linux-v5.15/mm/damon/
Dcore.c164 if (ctx->primitive.cleanup) { in damon_destroy_targets()
165 ctx->primitive.cleanup(ctx); in damon_destroy_targets()
626 if (!ctx->primitive.target_valid) in kdamond_need_stop()
630 if (ctx->primitive.target_valid(t)) in kdamond_need_stop()
659 if (ctx->primitive.init) in kdamond_fn()
660 ctx->primitive.init(ctx); in kdamond_fn()
667 if (ctx->primitive.prepare_access_checks) in kdamond_fn()
668 ctx->primitive.prepare_access_checks(ctx); in kdamond_fn()
675 if (ctx->primitive.check_accesses) in kdamond_fn()
676 max_nr_accesses = ctx->primitive.check_accesses(ctx); in kdamond_fn()
[all …]
Dvaddr.c663 ctx->primitive.init = damon_va_init; in damon_va_set_primitives()
664 ctx->primitive.update = damon_va_update; in damon_va_set_primitives()
665 ctx->primitive.prepare_access_checks = damon_va_prepare_access_checks; in damon_va_set_primitives()
666 ctx->primitive.check_accesses = damon_va_check_accesses; in damon_va_set_primitives()
667 ctx->primitive.reset_aggregated = NULL; in damon_va_set_primitives()
668 ctx->primitive.target_valid = damon_va_target_valid; in damon_va_set_primitives()
669 ctx->primitive.cleanup = NULL; in damon_va_set_primitives()
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()
/Linux-v5.15/net/sctp/
Ddebug.c129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname()
130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
DMakefile13 tsnmap.o bind_addr.o socket.o primitive.o \
/Linux-v5.15/Documentation/RCU/
Dchecklist.rst10 result in the same sorts of problems that leaving out a locking primitive
129 accesses. The rcu_dereference() primitive ensures that
134 The rcu_dereference() primitive is also an excellent
139 just that. The rcu_dereference() primitive therefore also
146 The rcu_dereference() primitive is used by the
166 hlist_add_head_rcu() primitive is required.
169 primitive must be used to keep list_del()'s pointer
172 the hlist_del_rcu() primitive is required.
183 publicized. Use the rcu_assign_pointer() primitive
208 a single non-expedited primitive to cover the entire batch.
[all …]
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.
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
DwhatisRCU.rst472 This primitive protects concurrent readers from the updater,
555 The container_of() primitive is a macro that, given a pointer into a
654 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire
656 primitive write-acquires this same lock, then releases it. This means
710 CPU in turn. The run_on() primitive can be implemented straightforwardly
711 in terms of the sched_setaffinity() primitive. Of course, a somewhat less
1116 a synchronization primitive is a bit unexpected. ;-)
/Linux-v5.15/include/net/sctp/
Dconstants.h120 enum sctp_event_primitive primitive; member
131 SCTP_SUBTYPE_CONSTRUCTOR(PRIMITIVE, enum sctp_event_primitive, primitive)
/Linux-v5.15/Documentation/vm/damon/
Dfaq.rst21 Idle page tracking is a low level primitive for access check of the physical
34 specific low level primitive parts including monitoring target regions
/Linux-v5.15/Documentation/networking/
Datm.rst7 In order to use anything but the most primitive functions of ATM,
/Linux-v5.15/Documentation/ABI/obsolete/
Dsysfs-selinux-disable13 easier for systems with primitive bootloaders that did not allow for
/Linux-v5.15/include/linux/
Ddamon.h200 struct damon_primitive primitive; member
/Linux-v5.15/Documentation/locking/
Dlocktorture.rst138 primitive a second "Reads" statistics line is printed.
145 -only- be positive if there is a bug in the locking primitive's
Dmutex-design.rst12 In the Linux kernel, mutexes refer to a particular locking primitive
152 locking primitive.
/Linux-v5.15/Documentation/
Datomic_t.txt184 subsequent. Therefore a fully ordered primitive is like having an smp_mb()
185 before and an smp_mb() after the primitive.
362 primitive (See Sparc64 for an example).
/Linux-v5.15/Documentation/staging/
Dspeculation.rst64 arbitrary read primitive.
/Linux-v5.15/drivers/dma-buf/
DKconfig27 synchronization. Useful when there is no hardware primitive backing
/Linux-v5.15/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst23 For the purposes of this introduction, we'll assume a very primitive NUMA
/Linux-v5.15/tools/memory-model/Documentation/
Dordering.txt142 The smp_mb__after_atomic() primitive can be used instead:
149 The smp_mb__after_atomic() primitive emits code only on CPUs whose
167 It is bad practice to place code between the smp__*() primitive and the
222 The Linux kernel's compiler barrier is barrier(). This primitive
512 primitive can be helpful, as can the various ordering primitives discussed
/Linux-v5.15/drivers/scsi/isci/
Dscu_task_context.h430 struct primitive_task_context primitive; member
/Linux-v5.15/Documentation/scsi/
Dlibsas.rst113 received. See sas.h. Grab the lock, set the primitive,
324 - on receiving a primitive
333 - Hard Reset primitive received.
/Linux-v5.15/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h420 u8 primitive; member
435 u8 primitive; member
/Linux-v5.15/Documentation/networking/devlink/
Ddevlink-dpipe.rst126 Matches are kept primitive and close to hardware operation. Match types like
142 Similar to match, the actions are kept primitive and close to hardware

123