OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitm
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
subr_ipi.c
185
const uint32_t
bitm
= 1U << (ipi_id & IPI_BITW_MASK);
local in function:ipi_mark_pending
191
if ((atomic_load_acquire(&ci->ci_ipipend[i]) &
bitm
) == 0) {
193
atomic_or_32(&ci->ci_ipipend[i],
bitm
);
subr_ipi.c
185
const uint32_t
bitm
= 1U << (ipi_id & IPI_BITW_MASK);
local in function:ipi_mark_pending
191
if ((atomic_load_acquire(&ci->ci_ipipend[i]) &
bitm
) == 0) {
193
atomic_or_32(&ci->ci_ipipend[i],
bitm
);
subr_ipi.c
185
const uint32_t
bitm
= 1U << (ipi_id & IPI_BITW_MASK);
local in function:ipi_mark_pending
191
if ((atomic_load_acquire(&ci->ci_ipipend[i]) &
bitm
) == 0) {
193
atomic_or_32(&ci->ci_ipipend[i],
bitm
);
Completed in 39 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025