Searched refs:segments (Results 26 - 50 of 83) sorted by relevance

1234

/linux-master/arch/arm/mm/
H A Dproc-arm922.S31 * The number of data cache segments.
132 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments
138 bcs 1b @ segments 7 to 0
347 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 4 segments
353 bcs 1b @ segments 7 to 0
H A Dproc-arm1020e.S39 * The number of data cache segments.
142 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
148 bcs 1b @ segments 15 to 0
372 mov r1, #0xF @ 16 segments
383 bge 1b @ segments 15 to 0
H A Dproc-arm1022.S39 * The number of data cache segments.
141 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
147 bcs 1b @ segments 15 to 0
371 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
377 bcs 1b @ segments 15 to 0
H A Dproc-arm1020.S39 * The number of data cache segments.
142 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
149 bcs 1b @ segments 15 to 0
387 mov r1, #0xF @ 16 segments
399 bge 1b @ segments 15 to 0
H A Dproc-arm946.S105 mov r1, #(CACHE_DSEGMENTS - 1) << 29 @ 4 segments
111 bcs 1b @ segments 3 to 0
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c484 struct segments *segments = op_reply_q->q_segments; local
488 segments[reply_ci / op_reply_q->segment_qd].segment;
1686 * mpi3mr_free_op_req_q_segments - free request memory segments
1690 * Free memory segments allocated for operational request queue
1698 struct segments *segments; local
1700 segments = mrioc->req_qinfo[q_idx].q_segments;
1701 if (!segments)
1718 if (!segments[
1742 struct segments *segments; local
1870 struct segments *segments; local
1927 struct segments *segments; local
2311 struct segments *segments = op_req_q->q_segments; local
4272 struct segments *segments; local
4295 struct segments *segments; local
[all...]
/linux-master/arch/x86/boot/
H A Dpmjump.S50 # Set up data segments for flat 32-bit mode
/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c303 unsigned long segments, stab_size; local
305 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT;
307 pr_debug("%s: iommu[%d]: segments: %lu\n",
308 __func__, iommu->nid, segments);
311 stab_size = segments * sizeof(unsigned long);
324 unsigned long reg, segments, pages_per_segment, ptab_size, local
328 segments = size >> IO_SEGMENT_SHIFT;
334 ptab_size = segments * pages_per_segment * sizeof(unsigned long);
365 for (i = start_seg; i < (start_seg + segments); i++) {
/linux-master/drivers/media/dvb-frontends/
H A Dmb86a20s.c492 dev_dbg(&state->i2c->dev, "%s: segments: %d.\n", __func__, count);
1344 static u32 interpolate_value(u32 value, const struct linear_segments *segments, argument
1351 if (value >= segments[0].x)
1352 return segments[0].y;
1353 if (value < segments[len-1].x)
1354 return segments[len-1].y;
1358 if (value == segments[i].x)
1359 return segments[i].y;
1360 if (value > segments[i].x)
1365 dy = segments[
[all...]
H A Ddib7000p.c1762 static u32 interpolate_value(u32 value, struct linear_segments *segments, argument
1770 if (value >= segments[0].x)
1771 return segments[0].y;
1772 if (value < segments[len-1].x)
1773 return segments[len-1].y;
1777 if (value == segments[i].x)
1778 return segments[i].y;
1779 if (value > segments[i].x)
1784 dy = segments[i - 1].y - segments[
[all...]
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c183 hdr->daddr = isrh->segments[isrh->first_segment];
261 hdr->daddr = osrh->segments[first_seg];
353 isrh->segments[0] = hdr->daddr;
354 hdr->daddr = isrh->segments[isrh->first_segment];
H A Dah6.c210 int segments, segments_left; local
221 * packets. So we can assume that it is even and that segments is
226 segments = rthdr->hdrlen >> 1;
229 final_addr = addrs[segments - 1];
231 addrs += segments - segments_left;
H A Dexthdrs.c351 addr = hdr->segments + hdr->segments_left;
447 addr = hdr->segments + hdr->segments_left;
559 buf = kcalloc(struct_size(hdr, segments.addr, n + 2), 2, GFP_ATOMIC);
1116 memcpy(sr_phdr->segments + 1, sr_ihdr->segments + 1,
1119 sr_phdr->segments[0] = **addr_p;
1120 *addr_p = &sr_ihdr->segments[sr_ihdr->segments_left];
1369 fl6->daddr = srh->segments[srh->segments_left];
/linux-master/include/uapi/linux/
H A Dvirtio_net.h157 /* Number of coalesced segments */
158 __le16 segments; member in struct:virtio_net_hdr_v1::__anon3738::__anon3741
/linux-master/arch/um/
H A DMakefile138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-master/drivers/block/xen-blkback/
H A Dxenbus.c313 kfree(req->segments[j]);
654 "feature-max-indirect-segments", "%u",
658 "writing %s/feature-max-indirect-segments (%d)",
1018 req->segments[j] = kzalloc(sizeof(*req->segments[0]), GFP_KERNEL);
1019 if (!req->segments[j])
1043 if (!req->segments[j])
1045 kfree(req->segments[j]);
/linux-master/block/
H A Dblk-merge.c211 * @nsegs: [in,out] Number of segments in the bio being built. Incremented
212 * by the number of segments from @bv that may be appended to that
224 * *@nsegs segments and *@sectors sectors would make that bio unacceptable for
259 * @segs: [out] number of segments in the bio with the first half of the sectors
267 * - That it has at most queue_max_segments(@q) segments.
341 * @nr_segs: returns the number of segments in the returned bio
578 * segment is bigger than number of req's physical segments
672 unsigned short segments = blk_rq_nr_discard_segments(req); local
674 if (segments >= queue_max_discard_segments(q))
680 req->nr_phys_segments = segments
1038 unsigned short segments = blk_rq_nr_discard_segments(req); local
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c69 struct block_map_tree_segment *segments; member in struct:block_map_tree
74 size_t segments; member in struct:forest
1361 for (segment = 0; segment < forest->segments; segment++) {
1367 return &(tree->segments[segment].levels[height - 1][page_index - offset]);
2340 size_t index = (old_forest == NULL) ? 0 : old_forest->segments;
2347 forest->segments = index + 1;
2349 result = vdo_allocate(forest->segments, struct boundary,
2354 result = vdo_allocate(forest->segments, struct tree_page *,
2385 int result = vdo_allocate(forest->segments,
2387 "tree root segments",
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c73 /* Number of segments read */
74 u32 segments; member in struct:adv7511_state_edid
577 edid->segments ? "found" : "no",
1555 if ((status & MASK_ADV7511_HPD_DETECT) && ((status & MASK_ADV7511_MSEN_DETECT) || state->edid.segments)) {
1664 state->edid.segments = segment + 1;
1666 if (((state->edid.data[0x7e] >> 1) + 1) > state->edid.segments) {
1668 v4l2_dbg(1, debug, sd, "%s: request segment %d\n", __func__, state->edid.segments);
1670 adv7511_wr(sd, 0xc4, state->edid.segments);
1676 v4l2_dbg(1, debug, sd, "%s: edid complete with %d segment(s)\n", __func__, state->edid.segments);
1679 state->edid.segments * 25
[all...]
/linux-master/fs/nilfs2/
H A Drecovery.c446 * Collecting segments written after the latest super root.
459 /* Allocate new segments for recovery */
562 * nilfs_do_roll_forward - salvage logical segments newer than the latest
586 RF_DSYNC_ST, /* scanning data-sync segments */
811 LIST_HEAD(segments);
890 nilfs_dispose_segment_list(&segments);
928 ret = nilfs_segment_list_add(&segments, segnum);
941 list_splice_tail(&segments, &ri->ri_used_segments);
949 nilfs_dispose_segment_list(&segments);
/linux-master/lib/
H A Dassoc_array.c179 unsigned long segments; local
191 /* Use segments from the key for the new leaf to navigate through the
199 segments = ops->get_key_chunk(index_key, level);
200 pr_devel("segments[%d]: %lx\n", level, segments);
207 slot = segments >> (level & ASSOC_ARRAY_KEY_CHUNK_MASK);
253 segments = ops->get_key_chunk(index_key, sc_level);
256 dissimilarity = segments ^ sc_segments;
259 /* Trim segments that are beyond the shortcut */
/linux-master/drivers/staging/octeon/
H A Dethernet-rx.c144 int segments = work->word2.s.bufs; local
149 while (segments--) {
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c43 * Add device memory to the list of segments to be included in a coredump for
73 * Add device memory to the list of segments to be included in the coredump
135 struct list_head *segments,
140 list_for_each_entry(segment, segments, node) {
227 * This function will generate an ELF header for the registered segments
229 * coredump configuration this function will directly copy the segments
230 * from device memory to userspace or copy segments from device memory to
260 * For default configuration buffer includes headers & segments.
261 * For inline dump buffer just includes headers as segments are
338 * segments an
134 rproc_coredump_find_segment(loff_t user_offset, struct list_head *segments, size_t *data_left) argument
[all...]
/linux-master/drivers/block/
H A Dxen-blkfront.c133 * Maximum number of segments in indirect requests, the actual value used by
141 "Maximum amount of segments in indirect requests (default is 32)");
223 /* Number of 4KB segments handled */
580 struct blkif_request_segment *segments; member in struct:setup_rw_req
625 if (setup->segments)
626 kunmap_atomic(setup->segments);
631 setup->segments = kmap_atomic(gnt_list_entry->page);
673 setup->segments[grant_idx % GRANTS_PER_INDIRECT_FRAME] =
690 * all its segments. It's always the continuity of the first one.
712 .segments
947 unsigned int segments = info->max_indirect_segments ? : local
[all...]
/linux-master/sound/soc/intel/avs/
H A Dprobes.c31 cfg.base.is_pages = mentry.segments[2].flags.length;

Completed in 244 milliseconds

1234