Searched refs:new_tail (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | ldc.c | 223 unsigned long *new_tail) in handshake_get_tx_packet() argument 232 *new_tail = t; in handshake_get_tx_packet() 254 unsigned long limit, tail, new_tail, diff; in tx_has_space_for() local 259 new_tail = tx_advance(lp, tail); in tx_has_space_for() 260 if (new_tail == limit) in tx_has_space_for() 263 if (limit > new_tail) in tx_has_space_for() 264 diff = limit - new_tail; in tx_has_space_for() 267 ((lp->tx_num_entries * LDC_PACKET_SIZE) - new_tail)); in tx_has_space_for() 278 unsigned long *new_tail) in data_get_tx_packet() argument 288 *new_tail = t; in data_get_tx_packet() [all …]
|
/linux-3.4.99/fs/gfs2/ |
D | log.c | 274 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty() argument 278 int wrap = (new_tail < old_tail); in ail2_empty() 285 b = (ai->ai_first < new_tail); in ail2_empty() 480 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) in log_pull_tail() argument 482 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail); in log_pull_tail() 484 ail2_empty(sdp, new_tail); in log_pull_tail() 491 sdp->sd_log_tail = new_tail; in log_pull_tail()
|
/linux-3.4.99/drivers/atm/ |
D | he.c | 1902 struct he_rbp *new_tail; in he_service_rbpl() local 1913 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl() 1917 if (new_tail == rbpl_head) in he_service_rbpl() 1935 new_tail->idx = i << RBP_IDX_OFFSET; in he_service_rbpl() 1936 new_tail->phys = mapping + offsetof(struct he_buff, data); in he_service_rbpl() 1938 he_dev->rbpl_tail = new_tail; in he_service_rbpl() 2074 struct he_tpdrq *new_tail; in __enqueue_tpd() local 2080 new_tail = (struct he_tpdrq *) ((unsigned long) he_dev->tpdrq_base | in __enqueue_tpd() 2090 if (new_tail == he_dev->tpdrq_head) { in __enqueue_tpd() 2095 if (new_tail == he_dev->tpdrq_head) { in __enqueue_tpd() [all …]
|
/linux-3.4.99/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()
|