Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Dfw_tracer.c386 u32 str_ptr, offset; in mlx5_tracer_get_string() local
389 str_ptr = tracer_event->string_event.string_param; in mlx5_tracer_get_string()
394 if (str_ptr > tracer->str_db.base_address_out[i] && in mlx5_tracer_get_string()
395 str_ptr < tracer->str_db.base_address_out[i] + in mlx5_tracer_get_string()
397 offset = str_ptr - tracer->str_db.base_address_out[i]; in mlx5_tracer_get_string()
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c6941 char *str_ptr; in check_func_arg() local
6971 str_ptr = (char *)(long)(map_addr); in check_func_arg()
6972 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_func_arg()

Completed in 30 milliseconds