Home
last modified time | relevance | path

Searched refs:scratchbuf_release (Results 1 – 4 of 4) sorted by relevance

/external/kmod/testsuite/
Dtest-scratchbuf.c36 scratchbuf_release(&sbuf); in test_scratchbuf_onlystack()
41 scratchbuf_release(&sbuf); in test_scratchbuf_onlystack()
82 scratchbuf_release(&sbuf); in test_scratchbuf_heap()
/external/kmod/shared/
Dscratchbuf.h19 void scratchbuf_release(struct scratchbuf *buf);
Dscratchbuf.c56 void scratchbuf_release(struct scratchbuf *buf) in scratchbuf_release() function
/external/kmod/tools/
Ddepmod.c1316 _cleanup_(scratchbuf_release) struct scratchbuf s_path_buf = in depmod_modules_search_path()
2260 _cleanup_(scratchbuf_release) struct scratchbuf salias = in output_symbols_bin()