Lines Matching refs:bcs
60 static struct ehv_bc_data *bcs;
511 struct ehv_bc_data *bc = &bcs[ttys->index];
526 struct ehv_bc_data *bc = &bcs[ttys->index];
690 bc = &bcs[i];
756 unsigned int count = 0; /* Number of elements in bcs[] */
768 /* The array index of an element in bcs[] is the same as the tty index
770 * array, then you can use pointer math (e.g. "bc - bcs") to get its
773 bcs = kcalloc(count, sizeof(struct ehv_bc_data), GFP_KERNEL);
774 if (!bcs)
814 kfree(bcs);