Searched refs:ind (Results 1 – 6 of 6) sorted by relevance
27 if ( counter.ind >= OP_MAX_COUNTER ) in xenoprof_arch_counter()30 counter_config[counter.ind].count = counter.count; in xenoprof_arch_counter()31 counter_config[counter.ind].enabled = counter.enabled; in xenoprof_arch_counter()32 counter_config[counter.ind].event = counter.event; in xenoprof_arch_counter()33 counter_config[counter.ind].kernel = counter.kernel; in xenoprof_arch_counter()34 counter_config[counter.ind].user = counter.user; in xenoprof_arch_counter()64 if ( counter.ind >= OP_MAX_COUNTER ) in compat_oprof_arch_counter()67 counter_config[counter.ind].count = counter.count; in compat_oprof_arch_counter()69 counter_config[counter.ind].event = counter.event; in compat_oprof_arch_counter()70 counter_config[counter.ind].kernel = counter.kernel; in compat_oprof_arch_counter()[all …]
517 kimage_entry_t ind = 0; in kimage_free_all_entries() local527 if ( ind & IND_INDIRECTION ) in kimage_free_all_entries()528 kimage_free_entry(ind); in kimage_free_all_entries()530 ind = entry; in kimage_free_all_entries()538 if ( ind & IND_INDIRECTION ) in kimage_free_all_entries()539 kimage_free_entry(ind); in kimage_free_all_entries()881 unsigned long ind; in kimage_build_ind() local884 ind = kimage_entry_ind(entry, compat); in kimage_build_ind()887 switch ( ind ) in kimage_build_ind()
320 int ind; in set_active() local323 ind = active_index(d); in set_active()324 if ( ind < 0 ) in set_active()333 active_ready[ind] = 1; in set_active()341 int ind; in reset_active() local344 ind = active_index(d); in reset_active()345 if ( ind < 0 ) in reset_active()354 active_ready[ind] = 0; in reset_active()355 active_domains[ind] = NULL; in reset_active()
950 unsigned long ind; in kexec_segments_from_ind_page() local952 ind = kimage_entry_ind(entry, compat); in kexec_segments_from_ind_page()955 switch ( ind ) in kexec_segments_from_ind_page()
110 uint32_t ind; member
85 rm -rf *.ilg *.log *.ind *.toc *.bak *.tmp core
Completed in 11 milliseconds