Function report |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-28 13:10:15 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called from syscall or from eBPF program
Proto:static int htab_map_delete_elem(struct bpf_map *map, void *key)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_map * | map | |
void * | key |
1117 | WARN_ON_ONCE(!_read_lock_held() - might we be in RCU read-side critical section?* If CONFIG_DEBUG_LOCK_ALLOC is selected, returns nonzero iff in an RCU* read-side critical section) |
1121 | hash = htab_map_hash(key, key_size, hashrnd) |
1122 | b = __select_bucket(htab, hash) |
1125 | raw_spin_lock_irqsave( & lock, flags) |
1129 | If l Then |
1131 | free_htab_elem(htab, l) |
1132 | ret = 0 |
1135 | raw_spin_unlock_irqrestore( & lock, flags) |
1136 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |