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

/linux-master/drivers/misc/
H A Dkgdbts.c118 static char put_buf[BUFMAX]; variable
803 put_buf[put_buf_cnt] = chr;
807 if (put_buf_cnt > 3 && put_buf[put_buf_cnt - 3] == '#') {
814 put_buf[put_buf_cnt] = '\0';
815 v2printk("put%i: %s\n", ts.idx, put_buf);
817 if (ts.validate_put && ts.validate_put(put_buf)) {
820 ts.name, ts.idx, ts.tst[ts.idx].put, put_buf);
/linux-master/drivers/md/
H A Draid10.c282 static void put_buf(struct r10bio *r10_bio) function
2245 put_buf(r10_bio);
2254 put_buf(r10_bio);
2429 put_buf(r10_bio);
2900 put_buf(r10_bio);
3497 put_buf(r10_bio);
3534 put_buf(rb2);
3650 put_buf(r10_bio);
5048 put_buf(r10_bio);
H A Draid1.c259 static void put_buf(struct r1bio *r1_bio) function
2058 put_buf(r1_bio);
2136 * put_buf does it's thing
2190 put_buf(r1_bio);
2556 put_buf(r1_bio);
2937 put_buf(r1_bio);
2971 put_buf(r1_bio);

Completed in 142 milliseconds