Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_buf_size.c751 static void match_page(const char *fn, struct expression *expr, void *_unused) in match_page() function
954 add_allocation_function("kmap", &match_page, 0); in register_buf_size()
955 add_allocation_function("kmap_atomic", &match_page, 0); in register_buf_size()
956 add_allocation_function("get_zeroed_page", &match_page, 0); in register_buf_size()
957 add_allocation_function("alloc_page", &match_page, 0); in register_buf_size()