Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/auth_ctl/
Dqos_ctrl.c433 static qos_manipulate_func qos_func_array[QOS_OPERATION_CMD_MAX_NR] = { variable
449 if (qos_func_array[type]) in do_qos_manipulate()
450 ret = (long)(*qos_func_array[type])(data); in do_qos_manipulate()