Searched refs:spis_test_bit (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 336 return masks && spis_test_bit(masks->live_before, half_spi); in is_live_before() 443 bool lo = spis_test_bit(spis, spi * 2); in fmt_spis_mask() 444 bool hi = spis_test_bit(spis, spi * 2 + 1); in fmt_spis_mask() 455 spis_test_bit(spis, spi * 2 + 2) && in fmt_spis_mask() 456 spis_test_bit(spis, spi * 2 + 3) && in fmt_spis_mask() 457 spis_test_bit(spis, spi * 2 + 4) && in fmt_spis_mask() 458 spis_test_bit(spis, spi * 2 + 5)) { in fmt_spis_mask() 462 spis_test_bit(spis, (spi + 1) * 2) && in fmt_spis_mask() 463 spis_test_bit(spis, (spi + 1) * 2 + 1)) in fmt_spis_mask()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 265 static inline bool spis_test_bit(spis_t s, u32 slot) in spis_test_bit() function
|