Searched refs:scnt (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-debugifc.c | 16 unsigned int scnt; in debugifc_count_whitespace() local 19 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_whitespace() 20 ch = buf[scnt]; in debugifc_count_whitespace() 26 return scnt; in debugifc_count_whitespace() 33 unsigned int scnt; in debugifc_count_nonwhitespace() local 36 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_nonwhitespace() 37 ch = buf[scnt]; in debugifc_count_nonwhitespace() 42 return scnt; in debugifc_count_nonwhitespace() 53 unsigned int scnt; in debugifc_isolate_word() local 57 scnt = debugifc_count_whitespace(buf,count); in debugifc_isolate_word() [all …]
|
/linux/arch/m68k/coldfire/ |
H A D | sltimers.c | 98 u32 cycles, scnt; in mcfslt_read_clk() local 101 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 105 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 110 return cycles + ((mcfslt_cycles_per_jiffy - 1) - scnt); in mcfslt_read_clk()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 255 struct bpf_spinlock_cnt scnt = {}; in init_sk_storage() local 258 scnt.cnt = pkt_out_cnt; in init_sk_storage() 259 err = bpf_map_update_elem(sk_pkt_out_cnt_fd, &sk_fd, &scnt, in init_sk_storage() 265 err = bpf_map_update_elem(sk_pkt_out_cnt10_fd, &sk_fd, &scnt, in init_sk_storage()
|
/linux/drivers/block/aoe/ |
H A D | aoe.h | 54 unsigned char scnt; member 68 unsigned char scnt; member
|
/linux/fs/nilfs2/ |
H A D | segment.h | 63 int scnt; member
|
H A D | segment.c | 82 * wrapper functions of stage count (nilfs_sc_info->sc_stage.scnt). Users of 92 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc() 98 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set() 104 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
|
/linux/drivers/s390/cio/ |
H A D | device_status.c | 187 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt; in ccw_device_accumulate_esw()
|
/linux/include/trace/events/ |
H A D | nilfs2.h | 38 __entry->stage = sci->sc_stage.scnt;
|
/linux/arch/s390/include/asm/ |
H A D | cio.h | 102 __u32 scnt : 6; member
|
/linux/drivers/ntb/test/ |
H A D | ntb_perf.c | 699 int ret, sidx, scnt; in perf_enable_service() local 720 scnt = ntb_spad_count(perf->ntb); in perf_enable_service() 721 for (sidx = 0; sidx < scnt; sidx++) in perf_enable_service()
|
/linux/Documentation/arch/s390/ |
H A D | cds.rst | 319 set, the field erw.scnt in the esw describes the number of device specific
|