Searched refs:cur_depth (Results 1 - 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/controllers/cgroup_fj/
H A Dcgroup_fj_stress.sh81 local cur_depth="$2"
84 if [ "$cur_depth" -gt "$subgroup_depth" ]; then
92 build_subgroups "$cur_path/$i" $((cur_depth+1))
99 local cur_depth="$2"
103 if [ "$cur_depth" -gt "$subgroup_depth" ]; then
120 attach_task "$new_path" $((cur_depth+1)) "$ppid"
/external/ltp/testcases/kernel/fs/iso9660/
H A Disofs.sh54 local cur_depth="$2"
56 if [ "$cur_depth" -gt "$max_depth" ]; then
67 gen_fs_tree "$new_path" $((cur_depth + 1))
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc91 Variable cur_depth(this, MachineRepresentation::kWord32);
92 cur_depth.Bind(depth);
96 Variable* context_search_loop_variables[2] = {&cur_depth, &cur_context};
105 cur_depth.Bind(Int32Sub(cur_depth.value(), Int32Constant(1)));
109 Branch(Word32Equal(cur_depth.value(), Int32Constant(0)), &context_found,
123 Variable cur_depth(this, MachineRepresentation::kWord32);
124 cur_depth.Bind(depth);
126 Variable* context_search_loop_variables[2] = {&cur_depth, &cur_context};
143 cur_depth
[all...]
/external/fio/
H A Dioengines.c242 if (max > td->cur_depth)
243 max = td->cur_depth;
395 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
397 if (!td->cur_depth || !td->io_u_queued)
H A Dbackend.c278 if (td->cur_depth)
279 r = io_u_queued_complete(td, td->cur_depth, NULL);
431 min_evts = min(td->o.iodepth_batch_complete, td->cur_depth);
444 } while (full && (td->cur_depth > td->o.iodepth_low));
631 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
642 min_events = td->cur_depth;
913 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth);
963 i = td->cur_depth;
H A Dio_u.c531 * td->cur_depth, b/c td->cur_depth does not accurately represent
533 * and cur_depth is meaningless for sync engines.
535 if (td->io_u_queued || td->cur_depth) {
691 td->cur_depth--;
718 td->cur_depth--;
838 switch (td->cur_depth) {
1288 return td->cur_depth >= td->latency_qd;
1320 td->cur_depth++;
1798 else if (min_evts > td->cur_depth)
[all...]
H A Dfio.h196 unsigned int cur_depth; member in struct:thread_data
H A Dverify.c658 td->cur_depth--;
/external/blktrace/
H A Dblkparse.c59 unsigned int cur_depth[2]; member in struct:per_dev_info
1494 if (pdi->cur_depth[w])
1495 pdi->cur_depth[w]--;
1501 pdi->cur_depth[w]++;
1502 if (pdi->cur_depth[w] > pdi->max_depth[w])
1503 pdi->max_depth[w] = pdi->cur_depth[w];
1507 if (pdi->cur_depth[w])
1508 pdi->cur_depth[w]--;
1556 if (pdi->cur_depth[w])
1557 pdi->cur_depth[
[all...]

Completed in 1029 milliseconds