Searched refs:new_tail (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
D | ldc.c | 228 unsigned long *new_tail) in handshake_get_tx_packet() argument 237 *new_tail = t; in handshake_get_tx_packet() 259 unsigned long limit, tail, new_tail, diff; in tx_has_space_for() local 264 new_tail = tx_advance(lp, tail); in tx_has_space_for() 265 if (new_tail == limit) in tx_has_space_for() 268 if (limit > new_tail) in tx_has_space_for() 269 diff = limit - new_tail; in tx_has_space_for() 272 ((lp->tx_num_entries * LDC_PACKET_SIZE) - new_tail)); in tx_has_space_for() 283 unsigned long *new_tail) in data_get_tx_packet() argument 293 *new_tail = t; in data_get_tx_packet() [all …]
|
/linux-4.1.27/fs/gfs2/ |
D | log.c | 277 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty() argument 281 int wrap = (new_tail < old_tail); in ail2_empty() 288 b = (tr->tr_first < new_tail); in ail2_empty() 486 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) in log_pull_tail() argument 488 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail); in log_pull_tail() 490 ail2_empty(sdp, new_tail); in log_pull_tail() 497 sdp->sd_log_tail = new_tail; in log_pull_tail()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 665 u16 new_tail; in qcaspi_netdev_xmit() local 710 new_tail = qca->txr.tail + 1; in qcaspi_netdev_xmit() 711 if (new_tail >= qca->txr.count) in qcaspi_netdev_xmit() 712 new_tail = 0; in qcaspi_netdev_xmit() 715 qca->txr.tail = new_tail; in qcaspi_netdev_xmit()
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 1118 struct list_head *new_tail = NULL; in process_incoming() local 1143 new_tail = NULL; in process_incoming() 1161 if (!new_tail) { in process_incoming() 1167 new_tail = lelt; in process_incoming() 1177 if (new_tail) { in process_incoming() 1179 list_move_tail(new_tail, &poll_dev_chan); in process_incoming()
|
/linux-4.1.27/drivers/atm/ |
D | he.c | 1885 struct he_rbp *new_tail; in he_service_rbpl() local 1896 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl() 1900 if (new_tail == rbpl_head) in he_service_rbpl() 1918 new_tail->idx = i << RBP_IDX_OFFSET; in he_service_rbpl() 1919 new_tail->phys = mapping + offsetof(struct he_buff, data); in he_service_rbpl() 1921 he_dev->rbpl_tail = new_tail; in he_service_rbpl() 2057 struct he_tpdrq *new_tail; in __enqueue_tpd() local 2063 new_tail = (struct he_tpdrq *) ((unsigned long) he_dev->tpdrq_base | in __enqueue_tpd() 2073 if (new_tail == he_dev->tpdrq_head) { in __enqueue_tpd() 2078 if (new_tail == he_dev->tpdrq_head) { in __enqueue_tpd() [all …]
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.c | 195 unsigned long hv_ret, new_tail; in spu_queue_submit() local 197 new_tail = spu_next_offset(q, last - q->q); in spu_queue_submit() 199 hv_ret = sun4v_ncs_settail(q->qhandle, new_tail); in spu_queue_submit() 201 q->tail = new_tail; in spu_queue_submit()
|