/kernel/liteos_a/drivers/block/disk/src/ |
H A D | disk.c | 271 static los_part *DiskPartAllocate(struct Vnode *dev, UINT64 start, UINT64 count) in DiskPartAllocate() argument 285 part->sector_start = start; in DiskPartAllocate() 331 PRINT_ERR("DiskAddPart failed: sector start is %llu, sector count is %llu\n", sectorStart, sectorCount); in DiskAddPart() 590 /* read MBR, start from sector 0, length is 1 sector */ in OsMBRInfoGet() 1779 PRINTK("part sec start : %llu\n", part->sector_start); in show_part()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 1131 } start; member 1142 __s32 start[2]; member
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_spdif.c | 1635 spdif_priv->dma_params_tx.addr = res->start + REG_SPDIF_STL; in fsl_spdif_probe() 1636 spdif_priv->dma_params_rx.addr = res->start + REG_SPDIF_SRL; in fsl_spdif_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 678 unsigned long start = jiffies; in bnx2fc_initiate_tmf() local 712 if (time_after(jiffies, start + HZ)) { in bnx2fc_initiate_tmf() 906 * irrespective of ABTS response. We need to start the timer in bnx2fc_initiate_abts()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_kprobe.c | 1213 .start = dyn_event_seq_start, 1274 .start = dyn_event_seq_start,
|
/kernel/linux/linux-6.6/mm/ |
H A D | page-writeback.c | 997 * - start writing to a slow SD card and a fast disk at the same time. The SD 1512 * will look to see if it needs to start dirty throttling. 1749 * In normal mode, we start background writeout at the lower in balance_dirty_pages() 2018 * 1000+ tasks, all of them start dirtying pages at exactly the same in balance_dirty_pages_ratelimited_flags() 2330 * @start: starting page index 2333 * This function scans the page range from @start to @end (inclusive) and tags 2342 pgoff_t start, pgoff_t end) in tag_pages_for_writeback() 2344 XA_STATE(xas, &mapping->i_pages, start); in tag_pages_for_writeback() 2379 * pages which should be written back with TOWRITE tag and only then start 2387 * we do not loop back to the start o 2341 tag_pages_for_writeback(struct address_space *mapping, pgoff_t start, pgoff_t end) tag_pages_for_writeback() argument [all...] |
H A D | memory-failure.c | 1707 loff_t start = ((loff_t)index << PAGE_SHIFT) & ~(size - 1); in unmap_and_kill() local 1709 unmap_mapping_range(mapping, start, size, 0); in unmap_and_kill() 1786 * @index: start pgoff of the range within the file
|
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 1853 * The search for an empty entry will start at @next and will wrap 2140 * @start: The first index in the XArray eligible to be selected. 2146 * copied entries will have indices between @start and @max, inclusive. 2164 unsigned int xa_extract(struct xarray *xa, void **dst, unsigned long start, in xa_extract() argument 2167 XA_STATE(xas, xa, start); in xa_extract()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | sit.c | 285 #define for_each_prl_rcu(start) \ 286 for (prl = rcu_dereference(start); \
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 777 .start = sock_map_seq_start, 1385 .start = sock_hash_seq_start,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_diag.c | 1317 .start = inet_diag_dump_start_compat, in inet_diag_rcv_msg_compat() 1338 .start = inet_diag_dump_start, in inet_diag_handler_cmd()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tdls.c | 73 struct sk_buff *skb, u16 start, u16 end, in ieee80211_tdls_add_subband() 82 for (i = start; i <= end; i += spacing) { in ieee80211_tdls_add_subband() 1506 * otherwise we might start destroying the station before in ieee80211_tdls_oper() 72 ieee80211_tdls_add_subband(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, u16 start, u16 end, u16 spacing) ieee80211_tdls_add_subband() argument
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 769 goto start; in kcm_sendmsg() 801 start: in kcm_sendmsg()
|
/kernel/linux/linux-6.6/sound/x86/ |
H A D | intel_hdmi_audio.c | 1658 * hdmi_lpe_audio_probe - start bridge with i915 1726 __func__, (unsigned int)res_mmio->start, in __hdmi_lpe_audio_probe() 1730 devm_ioremap(&pdev->dev, res_mmio->start, in __hdmi_lpe_audio_probe()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 1131 } start; member 1142 __s32 start[2]; member
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 1328 mtype_uref(struct ip_set *set, struct netlink_callback *cb, bool start) in mtype_uref() argument 1333 if (start) { in mtype_uref()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | test_case.py | 977 TS.start() 1064 TS.start()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_arm.S | 54 add r14, r0, #112 @ R14=&block[8*7], better start from the last row, and decrease the value until row=0, i.e. R12=block. 295 add r14, r0, #14 @ R14=&block[7], better start from the last col, and decrease the value until col=0, i.e. R14=block.
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 1192 uint8_t *start = pkt->data + pkt->size * (int64_t)i / f->slice_count; in encode_frame() local 1195 ff_init_range_encoder(&fs->c, start, len); in encode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_arnndn.c | 1416 const int start = (out->ch_layout.nb_channels * jobnr) / nb_jobs; in rnnoise_channels() local 1419 for (int ch = start; ch < end; ch++) { in rnnoise_channels()
|
H A D | af_afftdn.c | 208 { "start", "start", 0, AV_OPT_TYPE_CONST, {.i64 = SAMPLE_START}, 0, 0, AFR, "sample" }, 209 { "begin", "start", 0, AV_OPT_TYPE_CONST, {.i64 = SAMPLE_START}, 0, 0, AFR, "sample" }, 976 const int start = (in->ch_layout.nb_channels * jobnr) / nb_jobs; in filter_channel() local 981 for (int ch = start; ch < end; ch++) { in filter_channel()
|
H A D | af_biquads.c | 1214 const int start = (buf->ch_layout.nb_channels * jobnr) / nb_jobs; in filter_channel() local 1218 for (ch = start; ch < end; ch++) { in filter_channel()
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-audio.mak | 259 fate-filter-atrim-duration: CMD = framecrc -i $(SRC) -af atrim=start=0.1:duration=0.01 261 fate-filter-atrim-mixed: CMD = framecrc -i $(SRC) -af atrim=start=0.05:start_sample=1025:end=0.1:end_sample=4411
|
/third_party/backends/backend/ |
H A D | stv680.c | 51 . . - sane_start() : start image acquisition 177 goto start; in hexdump() 208 start: in hexdump()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 1837 * @param start item to start from 1844 public String toString(int start, int limit) { in toString() argument 1846 for (int i = start; i < limit; ++i) { in toString() 1904 // // trim from start 1918 // int start = i+1; 1919 // if (start < items.size()) { 1920 // Object nextItem = items.get(start); 1923 // start++; // otherwise skip over string 1926 // result.add(toString(start, item [all...] |