Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h183 if (!linux_reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_find_free_region()
185 linux_reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_find_free_region()
194 if (!linux_reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_allocate_region()
196 linux_reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_allocate_region()
203 linux_reg_op(bitmap, pos, order, REG_OP_RELEASE); in bitmap_release_region()
H A Dbitops.h359 linux_reg_op(unsigned long *bitmap, int pos, int order, int reg_op) in linux_reg_op() function