函数源码 |
Source File:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:09:03 |
首页 | Copyright©Brick |
386 387 388 389 390 | static bool reg_may_point_to_spin_lock( const struct bpf_reg_state *reg) { return reg->type == PTR_TO_MAP_VALUE && map_value_has_spin_lock(reg->map_ptr); } |