MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ck_stack_init

Function ck_stack_init

freebsd/contrib/ck/include/ck_stack.h:333–340  ·  view source on GitHub ↗

* Stack initialization function. Guarantees initialization across processors. */

Source from the content-addressed store, hash-verified

331 * Stack initialization function. Guarantees initialization across processors.
332 */
333CK_CC_INLINE static void
334ck_stack_init(struct ck_stack *stack)
335{
336
337 stack->head = NULL;
338 stack->generation = NULL;
339 return;
340}
341
342/* Defines a container_of functions for */
343#define CK_STACK_CONTAINER(T, M, N) CK_CC_CONTAINER(ck_stack_entry_t, T, M, N)

Callers 7

ck_epoch_initFunction · 0.85
ck_epoch_registerFunction · 0.85
ck_epoch_unregisterFunction · 0.85
CK_STACK_CONTAINERFunction · 0.85
ck_hp_unregisterFunction · 0.85
ck_hp_registerFunction · 0.85
epoch_call_taskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected