Searched refs:ptr_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/livepatch/ |
H A D | test_klp_shadow_vars.c | 35 static int ptr_id(void *ptr) in ptr_id() function 59 * but use the ptr_id() value instead. 67 __func__, ptr_id(obj), id, ptr_id(sv)); in shadow_get() 81 __func__, ptr_id(obj), id, size, &gfp_flags, ptr_id(ctor), in shadow_alloc() 82 ptr_id(*var), ptr_id(sv)); in shadow_alloc() 96 __func__, ptr_id(obj), id, size, &gfp_flags, ptr_id(cto in shadow_get_or_alloc() [all...] |
/kernel/linux/linux-6.6/lib/livepatch/ |
H A D | test_klp_shadow_vars.c | 35 static int ptr_id(void *ptr) in ptr_id() function 59 * but use the ptr_id() value instead. 67 __func__, ptr_id(obj), id, ptr_id(sv)); in shadow_get() 81 __func__, ptr_id(obj), id, size, &gfp_flags, ptr_id(ctor), in shadow_alloc() 82 ptr_id(*var), ptr_id(sv)); in shadow_alloc() 96 __func__, ptr_id(obj), id, size, &gfp_flags, ptr_id(cto in shadow_get_or_alloc() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 804 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state() argument 810 if (state->refs[i].id == ptr_id) { in release_reference_state()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 1692 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state() argument 1698 if (state->refs[i].id == ptr_id) { in release_reference_state()
|
Completed in 40 milliseconds