Home
last modified time | relevance | path

Searched refs:nxt (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/arch/sparc/include/asm/
Dswitch_to_32.h30 #define SWITCH_DO_LAZY_FPU(nxt) \ argument
32 if (last_task_used_math != (nxt)) \
33 (nxt)->thread.kregs->psr&=~PSR_EF; \
/linux-4.1.27/net/core/
Dnet-procfs.c242 struct list_head *nxt; in ptype_seq_next() local
250 nxt = pt->list.next; in ptype_seq_next()
252 if (nxt != &ptype_all) in ptype_seq_next()
255 nxt = ptype_base[0].next; in ptype_seq_next()
259 while (nxt == &ptype_base[hash]) { in ptype_seq_next()
262 nxt = ptype_base[hash].next; in ptype_seq_next()
265 return list_entry(nxt, struct packet_type, list); in ptype_seq_next()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_dbg.c116 uint32_t ram_dwords, void **nxt) in qla27xx_dump_mpi_ram() argument
190 *nxt = rval == QLA_SUCCESS ? &ram[cnt] : NULL; in qla27xx_dump_mpi_ram()
196 uint32_t ram_dwords, void **nxt) in qla24xx_dump_ram() argument
267 *nxt = rval == QLA_SUCCESS ? &ram[cnt]: NULL; in qla24xx_dump_ram()
273 uint32_t cram_size, void **nxt) in qla24xx_dump_memory() argument
278 rval = qla24xx_dump_ram(ha, 0x20000, code_ram, cram_size / 4, nxt); in qla24xx_dump_memory()
285 rval = qla24xx_dump_ram(ha, 0x100000, *nxt, in qla24xx_dump_memory()
286 ha->fw_memory_size - 0x100000 + 1, nxt); in qla24xx_dump_memory()
376 uint32_t ram_words, void **nxt) in qla2xxx_dump_ram() argument
454 *nxt = rval == QLA_SUCCESS ? &ram[cnt]: NULL; in qla2xxx_dump_ram()
[all …]
/linux-4.1.27/block/
Dblk-merge.c112 struct bio *nxt = bio->bi_next; in blk_recount_segments() local
116 bio->bi_next = nxt; in blk_recount_segments()
124 struct bio *nxt) in blk_phys_contig_segment() argument
132 if (bio->bi_seg_back_size + nxt->bi_seg_front_size > in blk_phys_contig_segment()
143 nxt_bv = bio_iovec(nxt); in blk_phys_contig_segment()
/linux-4.1.27/drivers/uwb/
Duwbd.c354 struct uwb_event *evt, *nxt; in uwbd_flush() local
357 list_for_each_entry_safe(evt, nxt, &rc->uwbd.event_list, list_node) { in uwbd_flush()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.h208 struct list_head *pos, *nxt; in remove_mmap() local
212 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
Dcxio_hal.c254 struct list_head *pos, *nxt; in cxio_release_ucontext() local
258 list_for_each_safe(pos, nxt, &uctx->qpids) { in cxio_release_ucontext()
/linux-4.1.27/drivers/net/wan/
Ddlci.c528 struct dlci_local *dlp, *nxt; in dlci_exit() local
534 list_for_each_entry_safe(dlp, nxt, &dlci_devs, list) { in dlci_exit()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.c515 struct list_head *nxt; in ksocknal_del_peer_locked() local
523 list_for_each_safe(tmp, nxt, &peer->ksnp_routes) { in ksocknal_del_peer_locked()
536 list_for_each_safe(tmp, nxt, &peer->ksnp_routes) { in ksocknal_del_peer_locked()
545 list_for_each_safe(tmp, nxt, &peer->ksnp_routes) { in ksocknal_del_peer_locked()
553 list_for_each_safe(tmp, nxt, &peer->ksnp_conns) { in ksocknal_del_peer_locked()
1992 struct list_head *nxt; in ksocknal_peer_del_interface_locked() local
2007 list_for_each_safe(tmp, nxt, &peer->ksnp_routes) { in ksocknal_peer_del_interface_locked()
2021 list_for_each_safe(tmp, nxt, &peer->ksnp_conns) { in ksocknal_peer_del_interface_locked()
2035 struct list_head *nxt; in ksocknal_del_interface() local
2059 list_for_each_safe(tmp, nxt, in ksocknal_del_interface()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_iba7322.c6110 char *nxt, *str; in set_no_qsfp_atten() local
6119 deflt = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6127 while (*nxt && nxt[1]) { in set_no_qsfp_atten()
6128 str = ++nxt; in set_no_qsfp_atten()
6129 unit = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6130 if (nxt == str || !*nxt || *nxt != ',') { in set_no_qsfp_atten()
6131 while (*nxt && *nxt++ != ' ') /* skip to next, if any */ in set_no_qsfp_atten()
6135 str = ++nxt; in set_no_qsfp_atten()
6136 port = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten()
6137 if (nxt == str || *nxt != '=') { in set_no_qsfp_atten()
[all …]
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_app.c236 struct ip_vs_app *a, *anxt, *inc, *nxt; in unregister_ip_vs_app() local
246 list_for_each_entry_safe(inc, nxt, &a->incs_list, a_list) { in unregister_ip_vs_app()
Dip_vs_ctl.c720 struct ip_vs_dest *dest, *nxt; in ip_vs_trash_cleanup() local
725 list_for_each_entry_safe(dest, nxt, &ipvs->dest_trash, t_list) { in ip_vs_trash_cleanup()
1381 struct ip_vs_dest *dest, *nxt; in __ip_vs_del_service() local
1406 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) { in __ip_vs_del_service()
/linux-4.1.27/net/sched/
Dsch_teql.c513 struct teql_master *master, *nxt; in teql_exit() local
515 list_for_each_entry_safe(master, nxt, &master_dev_list, master_list) { in teql_exit()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx2_camera.c1065 int coeff, nxt; /* table output */ in mx2_emmaprp_resize() local
1078 for (nxt = 0; v < out_pos; nxt++) { in mx2_emmaprp_resize()
1096 for (i = 1; i < nxt; i++) { in mx2_emmaprp_resize()
/linux-4.1.27/fs/jfs/
Djfs_dtree.c1344 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1516 for (nxt = off = 0; nxt < nextindex; ++off) { in dtSplitPage()
1521 si = stbl[nxt]; in dtSplitPage()
1541 ++nxt; /* advance to next entry to move in sp */ in dtSplitPage()
1565 dtMoveEntry(sp, nxt, rp, &sdtlck, &rdtlck, DO_INDEX(ip)); in dtSplitPage()
1567 sp->header.nextindex = nxt; in dtSplitPage()
1617 skip -= nxt; in dtSplitPage()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h521 struct list_head *pos, *nxt; in remove_mmap() local
525 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
Ddevice.c735 struct list_head *pos, *nxt; in c4iw_release_dev_ucontext() local
739 list_for_each_safe(pos, nxt, &uctx->qpids) { in c4iw_release_dev_ucontext()
752 list_for_each_safe(pos, nxt, &uctx->qpids) { in c4iw_release_dev_ucontext()
/linux-4.1.27/drivers/atm/
Dfirestream.c1942 struct FS_BPENTRY *fp, *nxt; in firestream_remove_one() local
1984 !(fp->flags & FP_FLAGS_EPI);fp = nxt) { in firestream_remove_one()
1987 nxt = bus_to_virt (fp->next); in firestream_remove_one()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c404 struct ptlrpc_reply_state *rs, *nxt; in ptlrpc_commit_replies() local
413 list_for_each_entry_safe(rs, nxt, &exp->exp_uncommitted_replies, in ptlrpc_commit_replies()
860 struct list_head *nxt; in ptlrpc_server_drop_request() local
920 list_for_each_safe(tmp, nxt, &rqbd->rqbd_reqs) { in ptlrpc_server_drop_request()
/linux-4.1.27/kernel/locking/
Dlockdep.c1710 print_deadlock_scenario(struct held_lock *nxt, in print_deadlock_scenario() argument
1713 struct lock_class *next = hlock_class(nxt); in print_deadlock_scenario()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c1961 struct list_head *nxt; in kiblnd_abort_txs() local
1966 list_for_each_safe(tmp, nxt, txs) { in kiblnd_abort_txs()