Searched refs:nxt (Results 1 - 25 of 25) sorted by relevance

/linux-master/scripts/
H A Dsyscalltbl.sh53 nxt=0
59 if [ $nxt -gt $nr ]; then
64 while [ $nxt -lt $nr ]; do
65 echo "__SYSCALL($nxt, sys_ni_syscall)"
66 nxt=$((nxt + 1))
76 nxt=$((nr + 1))
/linux-master/arch/mips/kernel/syscalls/
H A Dsyscallnr.sh17 nxt=0
19 nxt=$((nr+1))
22 printf "#define __NR_%s_Linux_syscalls\t%s\n" "${prefix}" "${nxt}"
/linux-master/arch/sparc/include/asm/
H A Dswitch_to_32.h31 #define SWITCH_DO_LAZY_FPU(nxt) \
33 if (last_task_used_math != (nxt)) \
34 (nxt)->thread.kregs->psr&=~PSR_EF; \
/linux-master/net/core/
H A Dnet-procfs.c215 struct list_head *nxt; local
223 nxt = pt->list.next;
225 if (nxt != &pt->dev->ptype_all)
231 nxt = dev->ptype_all.next;
236 nxt = net_hotdata.ptype_all.next;
242 if (nxt != &net_hotdata.ptype_all)
245 nxt = ptype_base[0].next;
249 while (nxt == &ptype_base[hash]) {
252 nxt = ptype_base[hash].next;
255 return list_entry(nxt, struc
[all...]
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.h25 u32 nxt; /* member in struct:bcm_vk_msgq
26 * nxt offset to the next msg queue struct.
H A Dbcm_vk_msg.c471 msgq_nxt = readl_relaxed(&msgq->nxt);
481 "MsgQ[%d] type %d num %d, @ 0x%x, db_offset 0x%x rd_idx %d wr_idx %d, size %d, nxt 0x%x\n",
/linux-master/io_uring/
H A Dtimeout.c145 struct io_kiocb *nxt = link->link; local
153 link = nxt;
183 struct io_kiocb *nxt = req->link; local
185 req->link = nxt->link;
186 nxt->link = NULL;
601 struct io_kiocb *nxt = cmd_to_io_kiocb(nextt); local
603 if (io_is_timeout_noseq(nxt))
605 /* nxt.seq is behind @tail, otherwise would've been completed */
H A Dkbuf.c363 struct io_buffer *nxt; local
365 nxt = list_first_entry(&bl->buf_list, struct io_buffer, list);
366 list_move(&nxt->list, &ctx->io_buffers_cache);
H A Dio_uring.c1033 struct io_kiocb *nxt; local
1043 nxt = req->link;
1045 return nxt;
1403 struct io_kiocb *nxt = io_req_find_next(req); local
1405 if (nxt)
1406 io_req_task_queue(nxt);
1789 struct io_kiocb *nxt = NULL; local
1793 nxt = io_req_find_next(req);
1796 return nxt ? &nxt
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_dbg.c105 uint32_t ram_dwords, void **nxt)
169 *nxt = ram + i;
186 *nxt = ram + i;
192 uint32_t ram_dwords, void **nxt)
252 *nxt = ram + i;
269 *nxt = ram + i;
275 uint32_t cram_size, void **nxt)
280 rval = qla24xx_dump_ram(ha, 0x20000, code_ram, cram_size / 4, nxt);
287 rval = qla24xx_dump_ram(ha, 0x100000, *nxt,
288 ha->fw_memory_size - 0x100000 + 1, nxt);
104 qla27xx_dump_mpi_ram(struct qla_hw_data *ha, uint32_t addr, uint32_t *ram, uint32_t ram_dwords, void **nxt) argument
191 qla24xx_dump_ram(struct qla_hw_data *ha, uint32_t addr, __be32 *ram, uint32_t ram_dwords, void **nxt) argument
274 qla24xx_dump_memory(struct qla_hw_data *ha, __be32 *code_ram, uint32_t cram_size, void **nxt) argument
377 qla2xxx_dump_ram(struct qla_hw_data *ha, uint32_t addr, __be16 *ram, uint32_t ram_words, void **nxt) argument
748 void *nxt; local
1088 void *nxt; local
1334 void *nxt, *nxt_chain; local
1647 void *nxt, *nxt_chain; local
1962 void *nxt, *nxt_chain; local
[all...]
H A Dqla_os.c4242 struct dsd_dma *dsd, *nxt; local
4299 list_for_each_entry_safe(dsd, nxt,
4550 struct dsd_dma *dsd, *nxt; local
4552 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head,
4989 struct dsd_dma *dsd, *nxt; local
4991 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head,
5001 list_for_each_entry_safe(dsd, nxt, &ha->pool.good.head, list) {
/linux-master/arch/riscv/kernel/
H A Dvector.c152 static inline void riscv_v_ctrl_set(struct task_struct *tsk, int cur, int nxt, argument
158 ctrl |= VSTATE_CTRL_MAKE_NEXT(nxt);
/linux-master/drivers/scsi/snic/
H A Dsnic_disc.c174 struct list_head *cur, *nxt; local
177 list_for_each_safe(cur, nxt, &snic->disc.tgt_list) {
534 struct list_head *cur, *nxt; local
542 list_for_each_safe(cur, nxt, &snic->disc.tgt_list) {
H A Dsnic_io.c387 struct list_head *cur, *nxt; local
391 list_for_each_safe(cur, nxt, &snic->spl_cmd_list) {
/linux-master/include/linux/
H A Dblk-mq.h245 #define rq_list_for_each_safe(listptr, pos, nxt) \
246 for (pos = rq_list_peek((listptr)), nxt = rq_list_next(pos); \
247 pos; pos = nxt, nxt = pos ? rq_list_next(pos) : NULL)
H A Dhyperv.h1749 struct vmpacket_descriptor *nxt; local
1751 nxt = __hv_pkt_iter_next(channel, pkt);
1752 if (!nxt)
1755 return nxt;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_app.c234 struct ip_vs_app *a, *anxt, *inc, *nxt; local
241 list_for_each_entry_safe(inc, nxt, &a->incs_list, a_list) {
H A Dip_vs_ctl.c849 struct ip_vs_dest *dest, *nxt; local
853 list_for_each_entry_safe(dest, nxt, &ipvs->dest_trash, t_list) {
1609 struct ip_vs_dest *dest, *nxt; local
1640 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) {
/linux-master/net/sched/
H A Dsch_teql.c510 struct teql_master *master, *nxt; local
512 list_for_each_entry_safe(master, nxt, &master_dev_list, master_list) {
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c6026 char *nxt, *str; local
6035 deflt = simple_strtoul(str, &nxt, 0);
6043 while (*nxt && nxt[1]) {
6044 str = ++nxt;
6045 unit = simple_strtoul(str, &nxt, 0);
6046 if (nxt == str || !*nxt || *nxt != ',') {
6047 while (*nxt
[all...]
/linux-master/fs/jfs/
H A Djfs_dtree.c1337 int skip, nextindex, half, left, nxt, off, si; local
1504 * <nxt> traces the next entry to move to rp
1509 for (nxt = off = 0; nxt < nextindex; ++off) {
1514 si = stbl[nxt];
1534 ++nxt; /* advance to next entry to move in sp */
1542 /* <nxt> poins to the 1st entry to move */
1558 dtMoveEntry(sp, nxt, rp, &sdtlck, &rdtlck, DO_INDEX(ip));
1560 sp->header.nextindex = nxt;
1610 skip -= nxt;
[all...]
/linux-master/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h545 struct list_head *pos, *nxt; local
549 list_for_each_safe(pos, nxt, &ucontext->mmaps) {
H A Ddevice.c750 struct list_head *pos, *nxt; local
754 list_for_each_safe(pos, nxt, &uctx->qpids) {
767 list_for_each_safe(pos, nxt, &uctx->cqids) {
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1256 struct ibmvscsis_cmd *cmd, *nxt; local
1262 list_for_each_entry_safe(cmd, nxt, &vscsi->waiting_rsp, list) {
1877 struct ibmvscsis_cmd *cmd, *nxt; local
1884 list_for_each_entry_safe(cmd, nxt, &vscsi->waiting_rsp,
/linux-master/kernel/locking/
H A Dlockdep.c2964 print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv) argument
2966 struct lock_class *next = hlock_class(nxt);
2976 __print_lock_name(nxt, next);

Completed in 407 milliseconds