Home
last modified time | relevance | path

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

/fs/smb/server/
A Dserver.c383 struct server_ctrl_struct *ctrl; in server_ctrl_handle_work() local
388 switch (ctrl->type) { in server_ctrl_handle_work()
390 server_ctrl_handle_init(ctrl); in server_ctrl_handle_work()
393 server_ctrl_handle_reset(ctrl); in server_ctrl_handle_work()
396 pr_err("Unknown server work type: %d\n", ctrl->type); in server_ctrl_handle_work()
399 kfree(ctrl); in server_ctrl_handle_work()
405 struct server_ctrl_struct *ctrl; in __queue_ctrl_work() local
408 if (!ctrl) in __queue_ctrl_work()
412 ctrl->type = type; in __queue_ctrl_work()
413 INIT_WORK(&ctrl->ctrl_work, server_ctrl_handle_work); in __queue_ctrl_work()
[all …]
/fs/resctrl/
A Drdtgroup.c1388 u32 ctrl; in rdtgroup_mode_test_exclusive() local
1399 ctrl = resctrl_arch_get_config(r, d, closid, in rdtgroup_mode_test_exclusive()
1401 if (rdtgroup_cbm_overlaps(s, d, ctrl, closid, false)) { in rdtgroup_mode_test_exclusive()
1554 u32 ctrl; in rdtgroup_size_show() local
1592 ctrl = d->mbps_val[closid]; in rdtgroup_size_show()
1594 ctrl = resctrl_arch_get_config(r, d, in rdtgroup_size_show()
1599 size = ctrl; in rdtgroup_size_show()
1601 size = rdtgroup_cbm_to_size(r, d, ctrl); in rdtgroup_size_show()

Completed in 10 milliseconds