shadow_count 43 samples/livepatch/livepatch-shadow-fix2.c int *shadow_count; shadow_count 50 samples/livepatch/livepatch-shadow-fix2.c shadow_count = klp_shadow_get_or_alloc(d, SV_COUNTER, shadow_count 51 samples/livepatch/livepatch-shadow-fix2.c sizeof(*shadow_count), GFP_NOWAIT, shadow_count 53 samples/livepatch/livepatch-shadow-fix2.c if (shadow_count) shadow_count 54 samples/livepatch/livepatch-shadow-fix2.c *shadow_count += 1; shadow_count 72 samples/livepatch/livepatch-shadow-fix2.c int *shadow_count; shadow_count 85 samples/livepatch/livepatch-shadow-fix2.c shadow_count = klp_shadow_get(d, SV_COUNTER); shadow_count 86 samples/livepatch/livepatch-shadow-fix2.c if (shadow_count) { shadow_count 88 samples/livepatch/livepatch-shadow-fix2.c __func__, d, *shadow_count);