Searched refs:__reg_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h403 __reg_op(unsigned long *bitmap, int pos, int order, int reg_op) function
454 if (!__reg_op(bitmap, pos, order, REG_OP_ISFREE))
456 __reg_op(bitmap, pos, order, REG_OP_ALLOC);
465 if (!__reg_op(bitmap, pos, order, REG_OP_ISFREE))
467 __reg_op(bitmap, pos, order, REG_OP_ALLOC);
474 __reg_op(bitmap, pos, order, REG_OP_RELEASE);

Completed in 100 milliseconds