Home
last modified time | relevance | path

Searched refs:ERTS_BOOKKEEP_SIZE (Results 1 – 12 of 12) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_node_tables.h215 #define ERTS_BOOKKEEP_SIZE (1024) macro
225 struct erl_node_bookkeeping books[ERTS_BOOKKEEP_SIZE];
H A Derl_node_tables.c1953 erts_aint_t slot = (erts_atomic_inc_read_nob(&np->slot) - 1) % ERTS_BOOKKEEP_SIZE; in erts_node_bookkeep()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h215 #define ERTS_BOOKKEEP_SIZE (1024) macro
225 struct erl_node_bookkeeping books[ERTS_BOOKKEEP_SIZE];
H A Derl_node_tables.c1953 erts_aint_t slot = (erts_atomic_inc_read_nob(&np->slot) - 1) % ERTS_BOOKKEEP_SIZE; in erts_node_bookkeep()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h215 #define ERTS_BOOKKEEP_SIZE (1024) macro
225 struct erl_node_bookkeeping books[ERTS_BOOKKEEP_SIZE];
H A Derl_node_tables.c1953 erts_aint_t slot = (erts_atomic_inc_read_nob(&np->slot) - 1) % ERTS_BOOKKEEP_SIZE; in erts_node_bookkeep()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h215 #define ERTS_BOOKKEEP_SIZE (1024) macro
225 struct erl_node_bookkeeping books[ERTS_BOOKKEEP_SIZE];
H A Derl_node_tables.c1953 erts_aint_t slot = (erts_atomic_inc_read_nob(&np->slot) - 1) % ERTS_BOOKKEEP_SIZE; in erts_node_bookkeep()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_node_tables.h215 #define ERTS_BOOKKEEP_SIZE (1024) macro
225 struct erl_node_bookkeeping books[ERTS_BOOKKEEP_SIZE];
H A Derl_node_tables.c1953 erts_aint_t slot = (erts_atomic_inc_read_nob(&np->slot) - 1) % ERTS_BOOKKEEP_SIZE; in erts_node_bookkeep()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_node_tables.h220 #define ERTS_BOOKKEEP_SIZE (1024) macro
230 struct erl_node_bookkeeping books[ERTS_BOOKKEEP_SIZE];
H A Derl_node_tables.c1943 erts_aint_t slot = (erts_atomic_inc_read_nob(&np->slot) - 1) % ERTS_BOOKKEEP_SIZE; in erts_node_bookkeep()