Searched refs:try_nice (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/devlink/ |
D | devlink.c | 1278 uint32_t port_index, bool try_nice, in __pr_out_port_handle_start() argument 1284 if (dl->no_nice_names || !try_nice || in __pr_out_port_handle_start() 1317 static void pr_out_port_handle_start(struct dl *dl, struct nlattr **tb, bool try_nice) in pr_out_port_handle_start() argument 1326 __pr_out_port_handle_start(dl, bus_name, dev_name, port_index, try_nice, false); in pr_out_port_handle_start() 1329 static void pr_out_port_handle_start_arr(struct dl *dl, struct nlattr **tb, bool try_nice) in pr_out_port_handle_start_arr() argument 1338 __pr_out_port_handle_start(dl, bus_name, dev_name, port_index, try_nice, true); in pr_out_port_handle_start_arr()
|