Home
last modified time | relevance | path

Searched refs:scnt (Results 1 – 11 of 11) sorted by relevance

/linux/arch/m68k/coldfire/
H A Dsltimers.c98 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/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c284 unsigned int scnt; in pvr2_stream_buffer_count() local
295 scnt = cnt & ~0x1f; in pvr2_stream_buffer_count()
296 if (cnt > scnt) scnt += 0x20; in pvr2_stream_buffer_count()
299 if (scnt > sp->buffer_slot_count) { in pvr2_stream_buffer_count()
302 nb = kmalloc_objs(*nb, scnt); in pvr2_stream_buffer_count()
310 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()
335 if (scnt < sp->buffer_slot_count) { in pvr2_stream_buffer_count()
337 if (scnt) { in pvr2_stream_buffer_count()
338 nb = kmemdup_array(sp->buffers, scnt, sizeof(*nb), in pvr2_stream_buffer_count()
344 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c255 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 Daoe.h54 unsigned char scnt; member
68 unsigned char scnt; member
H A Daoecmd.c342 ah->scnt = f->iter.bi_size >> 9; in ata_rw_frameinit()
1119 n = ahout->scnt << 9; in ktiocomplete()
1406 ah->scnt = 1; in aoecmd_ata_id()
1591 if (n > ch->scnt) in aoecmd_cfg_rsp()
1592 n = ch->scnt; in aoecmd_cfg_rsp()
/linux/fs/nilfs2/
H A Dsegment.h63 int scnt; member
H A Dsegment.c92 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/include/trace/events/
H A Dnilfs2.h38 __entry->stage = sci->sc_stage.scnt;
/linux/drivers/ntb/test/
H A Dntb_perf.c699 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 Dcds.rst319 set, the field erw.scnt in the esw describes the number of device specific
/linux/drivers/md/
H A Draid5.c6616 int scnt = 0; in retry_aligned_read() local
6628 scnt++) { in retry_aligned_read()
6630 if (scnt < offset) in retry_aligned_read()
6639 conf->retry_read_offset = scnt; in retry_aligned_read()
6646 conf->retry_read_offset = scnt; in retry_aligned_read()