Lines Matching defs:_h
498 #define C2L(_h, _p) ((typeof(_p))((unsigned long)(_p) + \ argument
500 #define L2C(_h, _p) ((typeof(_p))((unsigned long)(_p) - \ argument
504 #define HASH_LOCK_INIT(_h) ({ \ argument
521 #define HASH_LOCK_RDLOCK(_h) ({ \ argument
537 #define HASH_LOCK_RDUNLOCK(_h) \ argument
540 #define HASH_LOCK_WRLOCK(_h) ({ \ argument
555 #define HASH_LOCK_TRYWRLOCK(_h) ({ \ argument
562 #define HASH_LOCK_WRUNLOCK(_h) \ argument
566 #define BUCKET_LOCK_INIT(_h, _b) ({ \ argument
583 #define BUCKET_LOCK_RDLOCK(_h, _lock_tab, _idx) ({ \ argument
596 #define BUCKET_LOCK_RDUNLOCK(_h, _lock_tab, _idx) ({ \ argument
601 #define BUCKET_LOCK_WRLOCK(_h, _lock_tab, _idx) ({ \ argument
613 #define BUCKET_LOCK_WRUNLOCK(_h, _lock_tab, _idx) ({ \ argument
618 #define TWO_BUCKETS_LOCK_WRLOCK(_h, _blt1, _idx1, _blt2, _idx2) ({ \ argument
648 #define TWO_BUCKETS_LOCK_WRUNLOCK(_h, _blt1, _idx1, _blt2, _idx2) ({ \ argument