Home
last modified time | relevance | path

Searched refs:WHITELIST_STORE_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/hungtask/
H A Dhungtask_base.c833 char all_buf[WHITELIST_STORE_LEN - 20]; /* exclude extra header len 20*/ in htbase_monitorlist_show()
850 buf += snprintf(buf, WHITELIST_STORE_LEN, "whitelist:[%s]\n", all_buf); in htbase_monitorlist_show()
852 buf += snprintf(buf, WHITELIST_STORE_LEN, "blacklist:[%s]\n", all_buf); in htbase_monitorlist_show()
854 buf += snprintf(buf, WHITELIST_STORE_LEN, "\n"); in htbase_monitorlist_show()
891 char all_buf[WHITELIST_STORE_LEN]; in htbase_monitorlist_store()
910 len = len > WHITELIST_STORE_LEN ? WHITELIST_STORE_LEN : len; in htbase_monitorlist_store()
/kernel/linux/linux-6.6/drivers/staging/hungtask/
H A Dhungtask_base.c833 char all_buf[WHITELIST_STORE_LEN - 20]; /* exclude extra header len 20*/ in htbase_monitorlist_show()
850 buf += snprintf(buf, WHITELIST_STORE_LEN, "whitelist:[%s]\n", all_buf); in htbase_monitorlist_show()
852 buf += snprintf(buf, WHITELIST_STORE_LEN, "blacklist:[%s]\n", all_buf); in htbase_monitorlist_show()
854 buf += snprintf(buf, WHITELIST_STORE_LEN, "\n"); in htbase_monitorlist_show()
891 char all_buf[WHITELIST_STORE_LEN]; in htbase_monitorlist_store()
910 len = len > WHITELIST_STORE_LEN ? WHITELIST_STORE_LEN : len; in htbase_monitorlist_store()
/kernel/linux/linux-5.10/include/dfx/
H A Dhungtask_base.h14 #define WHITELIST_STORE_LEN 400 macro
/kernel/linux/linux-6.6/include/dfx/
H A Dhungtask_base.h14 #define WHITELIST_STORE_LEN 400 macro

Completed in 4 milliseconds