HomeSort by relevance Sort by last modified time
    Searched full:nr_ctrls (Results 1 - 1 of 1) sorted by null

  /external/oprofile/module/x86/
op_nmi.c 192 uint const nr_ctrls = get_model()->num_controls; local
210 controls->addrs = kmalloc(nr_ctrls * sizeof(uint), GFP_KERNEL);
215 nr_ctrls * sizeof(struct op_saved_msr), GFP_KERNEL);
227 for (i = 0; i < nr_ctrls; ++i) {
245 uint const nr_ctrls = get_model()->num_controls; local
250 for (i = 0; i < nr_ctrls; ++i) {

Completed in 3654 milliseconds