/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | vpstate.c | 57 h->scount = nvbios_rd08(b, h->offset + 0x4); in nvbios_vpstate_parse() 84 offset = h->offset + h->hlen + idx * (h->elen + (h->slen * h->scount)); in nvbios_vpstate_entry()
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
D | zfcp_qdio.c | 96 u8 scount; in zfcp_qdio_int_resp() local 102 scount = min(sbale->scount + 1, in zfcp_qdio_int_resp() 106 for (sbal_no = 0; sbal_no < scount; sbal_no++) { in zfcp_qdio_int_resp() 111 zfcp_dbf_hba_def_err(adapter, req_id, scount, pl); in zfcp_qdio_int_resp()
|
D | zfcp_qdio.h | 257 sbale->scount = q_req->sbal_number - 1; in zfcp_qdio_set_scount()
|
D | zfcp_dbf.c | 233 void zfcp_dbf_hba_def_err(struct zfcp_adapter *adapter, u64 req_id, u16 scount, in zfcp_dbf_hba_def_err() argument 257 while (payload->counter < scount && (char *)pl[payload->counter]) { in zfcp_dbf_hba_def_err()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/ |
D | process_process_test.cpp | 36 void Wait(const char *ptr, int scount) in Wait() argument 39 while (scount > 0) { in Wait() 45 scount--; in Wait()
|
D | it_test_process.h | 57 extern void Wait(const char *ptr, int scount);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | vpstate.h | 11 u8 scount; member
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
D | pthread_test_002.cpp | 38 static void ThreadWaitCount(int scount, volatile int *ent) in ThreadWaitCount() argument 41 while (*ent < scount) { in ThreadWaitCount()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | mcast.c | 1107 int i, scount; in mld_xmarksources() local 1109 scount = 0; in mld_xmarksources() 1111 if (scount == nsrcs) in mld_xmarksources() 1120 scount++; in mld_xmarksources() 1126 if (scount == nsrcs) /* all sources excluded */ in mld_xmarksources() 1135 int i, scount; in mld_marksources() local 1142 scount = 0; in mld_marksources() 1144 if (scount == nsrcs) in mld_marksources() 1149 scount++; in mld_marksources() 1154 if (!scount) { in mld_marksources() [all …]
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | igmp.c | 320 int scount = 0; in igmp_scount() local 325 scount++; in igmp_scount() 327 return scount; in igmp_scount() 467 int scount, stotal, first, isquery, truncate; in add_grec() local 485 stotal = scount = 0; in add_grec() 533 pgr->grec_nsrcs = htons(scount); in add_grec() 538 scount = 0; in add_grec() 548 scount++; stotal++; in add_grec() 580 pgr->grec_nsrcs = htons(scount); in add_grec() 865 int i, scount; in igmp_xmarksources() local [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
D | onenand_samsung.c | 383 int i, mcount, scount; in s3c_onenand_command() local 417 scount = mtd->oobsize >> 2; in s3c_onenand_command() 433 for (i = 0; i < scount; i++) in s3c_onenand_command() 453 for (i = 0; i < scount; i++) in s3c_onenand_command()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | swim3.c | 186 int scount; /* # sectors we're transferring at present */ member 439 fs->scount = n; in setup_transfer() 739 n = fs->scount - 1 - resid / 512; in swim3_interrupt() 765 if (swim3_end_request(fs, 0, fs->scount << 9)) { in swim3_interrupt() 766 fs->req_sector += fs->scount; in swim3_interrupt()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 1235 m66592->scount = M66592_MAX_SAMPLING; in m66592_irq() 1275 if (m66592->scount > 0) { in m66592_timer() 1278 m66592->scount--; in m66592_timer() 1279 if (m66592->scount == 0) { in m66592_timer() 1289 m66592->scount = M66592_MAX_SAMPLING; in m66592_timer() 1466 m66592->scount = M66592_MAX_SAMPLING; in m66592_udc_start()
|
D | r8a66597-udc.h | 104 u16 scount; member
|
D | r8a66597-udc.c | 1492 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_irq() 1525 if (r8a66597->scount > 0) { in r8a66597_timer() 1528 r8a66597->scount--; in r8a66597_timer() 1529 if (r8a66597->scount == 0) { in r8a66597_timer() 1539 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_timer() 1744 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_start()
|
D | m66592-udc.h | 482 int scount; member
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | qdio.h | 211 u8 scount; member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | r8a66597.h | 92 int scount; member
|
D | r8a66597-hcd.c | 999 rh->scount = R8A66597_MAX_SAMPLING; in start_root_hub_sampling() 1705 if (rh->scount > 0) { in r8a66597_root_hub_control() 1708 rh->scount--; in r8a66597_root_hub_control() 1709 if (rh->scount == 0) in r8a66597_root_hub_control() 1714 rh->scount = R8A66597_MAX_SAMPLING; in r8a66597_root_hub_control()
|