Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h182 if (!linux_reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_find_free_region()
184 linux_reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_find_free_region()
193 if (!linux_reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_allocate_region()
195 linux_reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_allocate_region()
202 linux_reg_op(bitmap, pos, order, REG_OP_RELEASE); in bitmap_release_region()
H A Dbitops.h345 linux_reg_op(unsigned long *bitmap, int pos, int order, int reg_op) in linux_reg_op() function