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

/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c455 static struct witness *w_data; variable in typeref:struct:witness
741 w_data = malloc(sizeof (struct witness) * WITNESS_COUNT, M_WITNESS,
755 w = &w_data[i];
757 w_data[i].w_index = i; /* Witness index never changes. */
912 witness_ddb_level_descendants(&w_data[i], l);
943 witness_ddb_display_descendants(prnt, &w_data[i],
1873 w_data[i].w_num_descendants++;
1874 w_data[j].w_num_ancestors++;
2467 w1 = &w_data[i];
2493 w2 = &w_data[
[all...]

Completed in 59 milliseconds