Searched refs:values (Results 1 – 10 of 10) sorted by relevance
/kernel/gcov/ |
D | gcc_4_7.c | 52 gcov_type *values; member 220 memset(ci_ptr->values, 0, in gcov_info_reset() 263 dci_ptr->values[val_idx] += in gcov_info_add() 264 sci_ptr->values[val_idx]; in gcov_info_add() 324 dci_ptr->values = kvmalloc(cv_size, GFP_KERNEL); in gcov_info_dup() 326 if (!dci_ptr->values) in gcov_info_dup() 330 memcpy(dci_ptr->values, sci_ptr->values, cv_size); in gcov_info_dup() 366 kvfree(ci_ptr->values); in gcov_info_free() 428 ci_ptr->values[cv_idx]); in convert_to_gcda()
|
/kernel/ |
D | auditfilter.c | 476 f_val = data->values[i]; in audit_data_to_entry() 665 data->buflen += data->values[i] = in audit_krule_to_data() 669 data->buflen += data->values[i] = in audit_krule_to_data() 674 data->buflen += data->values[i] = in audit_krule_to_data() 679 data->buflen += data->values[i] = in audit_krule_to_data() 683 data->buflen += data->values[i] = in audit_krule_to_data() 689 data->values[i] = AUDIT_UID_UNSET; in audit_krule_to_data() 694 data->values[i] = f->val; in audit_krule_to_data()
|
/kernel/events/ |
D | core.c | 5307 u64 read_format, u64 *values) in __perf_read_group_add() argument 5354 values[n++] += leader->total_time_enabled + in __perf_read_group_add() 5359 values[n++] += leader->total_time_running + in __perf_read_group_add() 5366 values[n++] += perf_event_count(leader); in __perf_read_group_add() 5368 values[n++] = primary_event_id(leader); in __perf_read_group_add() 5370 values[n++] = atomic64_read(&leader->lost_samples); in __perf_read_group_add() 5373 values[n++] += perf_event_count(sub); in __perf_read_group_add() 5375 values[n++] = primary_event_id(sub); in __perf_read_group_add() 5377 values[n++] = atomic64_read(&sub->lost_samples); in __perf_read_group_add() 5391 u64 *values; in perf_read_group() local [all …]
|
/kernel/irq/ |
D | internals.h | 300 u64 values[IRQ_TIMINGS_SIZE]; member 368 timings->values[timings->count & IRQ_TIMINGS_MASK] = in irq_timings_push()
|
D | timings.c | 569 irq = irq_timing_decode(irqts->values[i], &ts); in irq_timings_next_event() 873 irq = irq_timing_decode(irqts->values[i], &ts); in irq_timings_test_irqts()
|
/kernel/bpf/ |
D | hashtab.c | 1665 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1666 void __user *uvalues = u64_to_user_ptr(attr->batch.values); in __htab_map_lookup_and_delete_batch() 1720 values = kvmalloc_array(value_size, bucket_size, GFP_USER | __GFP_NOWARN); in __htab_map_lookup_and_delete_batch() 1721 if (!keys || !values) { in __htab_map_lookup_and_delete_batch() 1731 dst_val = values; in __htab_map_lookup_and_delete_batch() 1774 kvfree(values); in __htab_map_lookup_and_delete_batch() 1854 copy_to_user(uvalues + total * value_size, values, in __htab_map_lookup_and_delete_batch() 1880 kvfree(values); in __htab_map_lookup_and_delete_batch()
|
D | syscall.c | 1621 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_update_batch() local 1661 copy_from_user(value, values + cp * value_size, value_size)) in generic_map_update_batch() 1689 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_lookup_batch() local 1756 if (copy_to_user(values + cp * value_size, value, value_size)) { in generic_map_lookup_batch()
|
/kernel/time/ |
D | timeconst.bc | 29 /* Compute the appropriate mul/adj values as well as a shift count,
|
/kernel/trace/ |
D | Kconfig | 653 various register and memory values. 874 instead of their values. This can cause problems for user space tools 880 the print fmt strings will be converted to their values. 887 names matched with their values and what trace event system they 890 Normally, the mapping of the strings to values will be freed after 1112 display the internals of map buckets or variable values of
|
/kernel/rcu/ |
D | Kconfig | 158 itself, small RCU_FANOUT values allow you to test large-system
|