Searched refs:ptr_set_bit (Results 1 – 1 of 1) sorted by relevance
22 #define ptr_set_bit(ptr, bit) ((typeof(ptr))((unsigned long)(ptr) | BIT(bit))) macro203 cl->vaddr = ptr_set_bit(cl->vaddr, CACHELINE_FREE); in cacheline_free()