Home
last modified time | relevance | path

Searched refs:linux_reg_op (Results 1 – 2 of 2) sorted by relevance

/src/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h181 if (!linux_reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_find_free_region()
183 linux_reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_find_free_region()
192 if (!linux_reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_allocate_region()
194 linux_reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_allocate_region()
201 linux_reg_op(bitmap, pos, order, REG_OP_RELEASE); in bitmap_release_region()
H A Dbitops.h370 linux_reg_op(unsigned long *bitmap, int pos, int order, int reg_op) in linux_reg_op() function