Searched refs:resource_str (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | proc.py | 67 def show_lx_resources(resource_str): 68 resource = gdb.parse_and_eval(resource_str)
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | proc.py | 69 def show_lx_resources(resource_str): 70 resource = gdb.parse_and_eval(resource_str)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 288 static const char *resource_str(enum mlx4_resource rt) in resource_str() function 334 slave, port, resource_str(res_type), count, in mlx4_grant_resource() 355 slave, port, resource_str(res_type), free, in mlx4_grant_resource() 4623 resource_str(type), in _move_all_busy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 288 static const char *resource_str(enum mlx4_resource rt) in resource_str() function 334 slave, port, resource_str(res_type), count, in mlx4_grant_resource() 355 slave, port, resource_str(res_type), free, in mlx4_grant_resource() 4624 resource_str(type), in _move_all_busy()
|
Completed in 15 milliseconds