HomeSort by relevance Sort by last modified time
    Searched refs:apd (Results 1 - 3 of 3) sorted by null

  /external/fio/profiles/
act.c 298 struct act_prof_data *apd = td->prof_data; local
310 if (apd->cur_slice >= apd->nr_slices)
313 slice = &apd->slices[apd->cur_slice];
323 if (time_since_now(&apd->sample_tv) < SAMPLE_SEC)
337 fio_gettime(&apd->sample_tv, NULL);
338 apd->cur_slice++;
400 struct act_prof_data *apd = td->prof_data; local
406 act_run_data->slices = calloc(apd->nr_slices, sizeof(struct act_slice))
428 struct act_prof_data *apd; local
444 struct act_prof_data *apd = td->prof_data; local
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 179 apd = hostapd.Hostapd(self.ssh, interface)
180 new_instance = _ApInstance(hostapd=apd, subnet=subnet)
215 apd.start(hostapd_config, additional_parameters=additional_parameters)
  /external/libxml2/doc/
Makefile.am 176 tutorial/apd.html \

Completed in 366 milliseconds