Home
last modified time | relevance | path

Searched refs:buf_space (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c82 int buf_space; in cros_ec_console_log_work() local
91 buf_space = CIRC_SPACE(cb->head, cb->tail, LOG_SIZE); in cros_ec_console_log_work()
94 if (!buf_space) { in cros_ec_console_log_work()
112 while (idx < ret && ec_buffer[idx] != '\0' && buf_space > 0) { in cros_ec_console_log_work()
116 buf_space--; in cros_ec_console_log_work()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c323 unsigned int buf_space, cur_bat_idx = bat_req->bat_wr_idx; in t7xx_dpmaif_rx_frag_alloc() local
330 buf_space = t7xx_ring_buf_rd_wr_count(bat_req->bat_size_cnt, in t7xx_dpmaif_rx_frag_alloc()
333 if (buf_cnt > buf_space) { in t7xx_dpmaif_rx_frag_alloc()