Symbol: klp_state
include/linux/livepatch.h
139
struct klp_state *states;
include/linux/livepatch.h
210
struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id);
include/linux/livepatch.h
211
struct klp_state *klp_get_prev_state(unsigned long id);
kernel/livepatch/state.c
109
struct klp_state *old_state;
kernel/livepatch/state.c
31
struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id)
kernel/livepatch/state.c
33
struct klp_state *state;
kernel/livepatch/state.c
64
struct klp_state *klp_get_prev_state(unsigned long id)
kernel/livepatch/state.c
67
struct klp_state *state, *last_state = NULL;
kernel/livepatch/state.c
88
struct klp_state *old_state)
kernel/livepatch/state.c
90
struct klp_state *state;
tools/testing/selftests/livepatch/test_modules/test_klp_state.c
134
static struct klp_state states[] = {
tools/testing/selftests/livepatch/test_modules/test_klp_state.c
36
struct klp_state *loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state.c
53
struct klp_state *loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state.c
66
struct klp_state *loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state.c
78
struct klp_state *loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state2.c
100
struct klp_state *loglevel_state, *prev_loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state2.c
163
static struct klp_state states[] = {
tools/testing/selftests/livepatch/test_modules/test_klp_state2.c
36
struct klp_state *loglevel_state, *prev_loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state2.c
60
struct klp_state *loglevel_state, *prev_loglevel_state;
tools/testing/selftests/livepatch/test_modules/test_klp_state2.c
81
struct klp_state *loglevel_state, *prev_loglevel_state;