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

1234

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c8409 uint templates, segments, fragment; local
8437 segments = FA_RISC_CODE_SEGMENTS;
8438 for (j = 0; j < segments; j++) {
8654 uint templates, segments, fragment; local
8691 segments = FA_RISC_CODE_SEGMENTS;
8692 for (j = 0; j < segments; j++) {
/linux-master/fs/nfsd/
H A Dnfs4xdr.c5252 u32 segments = 0; local
5274 segments++;
5278 *p = cpu_to_be32(segments);
/linux-master/
H A DMakefile1034 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
/linux-master/net/ipv6/
H A Dseg6_local.c267 addr = srh->segments + srh->segments_left;
489 * when the SID List consists of two or more segments.
/linux-master/include/linux/
H A Dsyscalls.h580 struct kexec_segment __user *segments,
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1298 * Lookup the 64 bit DMA segments map.
3670 dp_sgmin = SYM_CONF_MAX_SG - cp->segments;
/linux-master/fs/f2fs/
H A Dfile.c3019 end_segno = min(start_segno + range.segments, dev_end_segno);
/linux-master/net/core/
H A Dfilter.c6264 * segments, it can still be below MTU. The SKB can possibly get
6453 ptr + len > (void *)&srh->segments)

Completed in 479 milliseconds

1234