Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dpacking.c21 __pack(pbuf, uval, field->startbit, field->endbit, \
81 static void __pack(void *pbuf, u64 uval, size_t startbit, size_t endbit, in __pack() function
192 __pack(pbuf, uval, startbit, endbit, pbuflen, quirks); in pack()