Lines Matching defs:tr_index
7829 void *tr_index = filp->private_data;
7834 get_tr_index(tr_index, &tr, &index);
7848 void *tr_index = filp->private_data;
7854 get_tr_index(tr_index, &tr, &index);
7878 * The tr_index is the address of a trace_array->trace_flags_index[]
7884 * Search the list of trace_arrays and compare the tr_index to the
7889 static int trace_array_options_get(void *tr_index)
7903 if (tr_index >= (void *)&tr->trace_flags_index[0] &&
7904 tr_index < (void *)&tr->trace_flags_index[TRACE_FLAGS_MAX_SIZE])
7912 void *tr_index = inode->i_private;
7914 if (trace_array_options_get(tr_index) < 0)
7917 filp->private_data = tr_index;
7924 void *tr_index = filp->private_data;
7928 get_tr_index(tr_index, &tr, &index);