Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_fastopen.c99 int n_keys = 0, i; in tcp_fastopen_get_cipher() local
107 n_keys = tcp_fastopen_context_len(ctx); in tcp_fastopen_get_cipher()
108 for (i = 0; i < n_keys; i++) { in tcp_fastopen_get_cipher()
115 return n_keys; in tcp_fastopen_get_cipher()
Dsysctl_net_ipv4.c300 int ret, i = 0, off = 0, n_keys; in proc_tcp_fastopen_key() local
306 n_keys = tcp_fastopen_get_cipher(net, NULL, (u64 *)key); in proc_tcp_fastopen_key()
307 if (!n_keys) { in proc_tcp_fastopen_key()
309 n_keys = 1; in proc_tcp_fastopen_key()
312 for (i = 0; i < n_keys * 4; i++) in proc_tcp_fastopen_key()
315 for (i = 0; i < n_keys; i++) { in proc_tcp_fastopen_key()
326 if (i + 1 < n_keys) in proc_tcp_fastopen_key()
/linux-6.12.1/drivers/input/touchscreen/
Datmel_mxt_ts.c3139 int n_keys; in mxt_parse_device_properties() local
3143 n_keys = device_property_count_u32(dev, keymap_property); in mxt_parse_device_properties()
3144 if (n_keys <= 0) { in mxt_parse_device_properties()
3145 error = n_keys < 0 ? n_keys : -EINVAL; in mxt_parse_device_properties()
3151 keymap = devm_kmalloc_array(dev, n_keys, sizeof(*keymap), in mxt_parse_device_properties()
3157 keymap, n_keys); in mxt_parse_device_properties()
3165 data->t19_num_keys = n_keys; in mxt_parse_device_properties()
3169 n_keys = device_property_count_u32(dev, buttons_property); in mxt_parse_device_properties()
3170 if (n_keys <= 0) { in mxt_parse_device_properties()
3171 error = n_keys < 0 ? n_keys : -EINVAL; in mxt_parse_device_properties()
[all …]
/linux-6.12.1/kernel/trace/
Dtracing_map.h196 unsigned int n_keys; member
Dtracing_map.c282 map->key_idx[map->n_keys++] = idx; in tracing_map_add_key_field()
996 for (i = 0; i < map->n_keys; i++) in is_key()
Dtrace_events_hist.c552 unsigned int n_keys; member
2862 unsigned int n_keys) in compatible_keys() argument
2867 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()
2873 for (n = 0; n < n_keys; n++) { in compatible_keys()
2894 unsigned int n_keys; in find_compatible_hist() local
2898 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()
2904 if (compatible_keys(target_hist_data, hist_data, n_keys)) in find_compatible_hist()
4525 hist_data->n_keys++; in create_key_field()
4528 if (WARN_ON(hist_data->n_keys > TRACING_MAP_KEYS_MAX)) in create_key_field()
5257 bool use_compound_key = (hist_data->n_keys > 1); in event_hist_trigger()
[all …]
/linux-6.12.1/Documentation/trace/
Dhistogram-design.rst143 n_keys = n_fields - n_vals | |
304 n_keys: 2
440 n_keys = n_fields - n_vals | | |
666 | | n_keys = n_fields - n_vals | |
749 n_keys: 1
806 n_keys: 1
986 || ||| n_keys = n_fields - n_vals
1130 n_keys: 1
1194 n_keys: 1
1406 n_keys: 1
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c151 int i, n_lookups = 0, n_keys = 0; in check_array() local
163 ++n_keys; in check_array()
167 VERIFY(n_keys == MAX_ENTRIES); in check_array()
/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc.h234 u16 n_keys; member
Dmae.c258 desc->n_keys = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_KEY_FIELDS); in efx_mae_table_get_desc()
269 desc->keys = kcalloc(desc->n_keys, in efx_mae_table_get_desc()
284 for (i = 0; i + offset < desc->n_keys + desc->n_resps; i++) { in efx_mae_table_get_desc()
292 if (i + offset < desc->n_keys) in efx_mae_table_get_desc()
295 field = desc->resps + (i + offset - desc->n_keys); in efx_mae_table_get_desc()
327 efx_mae_table_hook_find((_desc)->n_keys, (_desc)->keys, _id)