Home
last modified time | relevance | path

Searched refs:callout_rem (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dcallout.h73 void callout_rem(struct callout *co);
/optee_os/core/tests/
H A Dnotif_test_wd.c100 callout_rem(&wd->callout); in wd_data_destroy()
/optee_os/core/kernel/
H A Dcallout.c67 void callout_rem(struct callout *co) in callout_rem() function