/linux-4.4.14/arch/sparc/include/asm/ |
D | switch_to_32.h | 30 #define SWITCH_DO_LAZY_FPU(nxt) \ argument 32 if (last_task_used_math != (nxt)) \ 33 (nxt)->thread.kregs->psr&=~PSR_EF; \
|
/linux-4.4.14/net/core/ |
D | net-procfs.c | 242 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.4.14/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 116 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.4.14/block/ |
D | blk-merge.c | 289 struct bio *nxt = bio->bi_next; in blk_recount_segments() local 293 bio->bi_next = nxt; in blk_recount_segments() 301 struct bio *nxt) in blk_phys_contig_segment() argument 309 if (bio->bi_seg_back_size + nxt->bi_seg_front_size > in blk_phys_contig_segment() 320 nxt_bv = bio_iovec(nxt); in blk_phys_contig_segment()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_disc.c | 187 struct list_head *cur, *nxt; in snic_tgt_lookup() local 190 list_for_each_safe(cur, nxt, &snic->disc.tgt_list) { in snic_tgt_lookup() 533 struct list_head *cur, *nxt; in snic_tgt_del_all() local 539 list_for_each_safe(cur, nxt, &snic->disc.tgt_list) { in snic_tgt_del_all()
|
D | snic_io.c | 350 struct list_head *cur, *nxt; in snic_free_all_untagged_reqs() local 354 list_for_each_safe(cur, nxt, &snic->spl_cmd_list) { in snic_free_all_untagged_reqs()
|
/linux-4.4.14/drivers/uwb/ |
D | uwbd.c | 354 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.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 210 struct list_head *pos, *nxt; in remove_mmap() local 214 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
|
D | cxio_hal.c | 254 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.4.14/drivers/net/wan/ |
D | dlci.c | 528 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.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 515 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() 1990 struct list_head *nxt; in ksocknal_peer_del_interface_locked() local 2005 list_for_each_safe(tmp, nxt, &peer->ksnp_routes) { in ksocknal_peer_del_interface_locked() 2019 list_for_each_safe(tmp, nxt, &peer->ksnp_conns) { in ksocknal_peer_del_interface_locked() 2033 struct list_head *nxt; in ksocknal_del_interface() local 2057 list_for_each_safe(tmp, nxt, in ksocknal_del_interface()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 6111 char *nxt, *str; in set_no_qsfp_atten() local 6120 deflt = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten() 6128 while (*nxt && nxt[1]) { in set_no_qsfp_atten() 6129 str = ++nxt; in set_no_qsfp_atten() 6130 unit = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten() 6131 if (nxt == str || !*nxt || *nxt != ',') { in set_no_qsfp_atten() 6132 while (*nxt && *nxt++ != ' ') /* skip to next, if any */ in set_no_qsfp_atten() 6136 str = ++nxt; in set_no_qsfp_atten() 6137 port = simple_strtoul(str, &nxt, 0); in set_no_qsfp_atten() 6138 if (nxt == str || *nxt != '=') { in set_no_qsfp_atten() [all …]
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_app.c | 231 struct ip_vs_app *a, *anxt, *inc, *nxt; in unregister_ip_vs_app() local 238 list_for_each_entry_safe(inc, nxt, &a->incs_list, a_list) { in unregister_ip_vs_app()
|
D | ip_vs_ctl.c | 718 struct ip_vs_dest *dest, *nxt; in ip_vs_trash_cleanup() local 722 list_for_each_entry_safe(dest, nxt, &ipvs->dest_trash, t_list) { in ip_vs_trash_cleanup() 1374 struct ip_vs_dest *dest, *nxt; in __ip_vs_del_service() local 1399 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) { in __ip_vs_del_service()
|
/linux-4.4.14/net/sched/ |
D | sch_teql.c | 513 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.4.14/drivers/media/platform/soc_camera/ |
D | mx2_camera.c | 1073 int coeff, nxt; /* table output */ in mx2_emmaprp_resize() local 1086 for (nxt = 0; v < out_pos; nxt++) { in mx2_emmaprp_resize() 1104 for (i = 1; i < nxt; i++) { in mx2_emmaprp_resize()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 1344 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.4.14/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 509 struct list_head *pos, *nxt; in remove_mmap() local 513 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
|
D | device.c | 735 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.4.14/drivers/atm/ |
D | firestream.c | 1942 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.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 723 struct list_head *nxt; in ptlrpc_server_drop_request() local 783 list_for_each_safe(tmp, nxt, &rqbd->rqbd_reqs) { in ptlrpc_server_drop_request()
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 1710 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.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 1922 struct list_head *nxt; in kiblnd_abort_txs() local 1927 list_for_each_safe(tmp, nxt, txs) { in kiblnd_abort_txs()
|