Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 82 of 82) sorted by relevance

/linux-4.4.14/tools/lib/traceevent/
Dkbuffer-parse.c292 unsigned long long extend; in old_update_pointers() local
313 extend = read_4(kbuf, ptr); in old_update_pointers()
314 extend <<= TS_SHIFT; in old_update_pointers()
315 extend += delta; in old_update_pointers()
316 delta = extend; in old_update_pointers()
362 unsigned long long extend; in translate_data() local
378 extend = read_4(kbuf, data); in translate_data()
380 extend <<= TS_SHIFT; in translate_data()
381 extend += *delta; in translate_data()
382 *delta = extend; in translate_data()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-space-map.h24 int (*extend)(struct dm_space_map *sm, dm_block_t extra_blocks); member
84 return sm->extend(sm, extra_blocks); in dm_sm_extend()
Ddm-space-map-metadata.c549 .extend = sm_metadata_extend,
676 .extend = sm_bootstrap_extend,
Ddm-space-map-disk.c226 .extend = sm_disk_extend,
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S1225 mov.w %d0,%a0 # sign extend displacement
1237 mov.w %d0,%a0 # sign extend displacement
1249 mov.w %d0,%a0 # sign extend displacement
1261 mov.w %d0,%a0 # sign extend displacement
1273 mov.w %d0,%a0 # sign extend displacement
1285 mov.w %d0,%a0 # sign extend displacement
1297 mov.w %d0,%a0 # sign extend displacement
1309 mov.w %d0,%a0 # sign extend displacement
1354 ext.l %d1 # sign extend word index
1362 extb.l %d0 # sign extend displacement
[all …]
Dpfpsp.S4837 mov.w %d0,%a0 # sign extend displacement
4850 mov.w %d0,%a0 # sign extend displacement
4863 mov.w %d0,%a0 # sign extend displacement
4876 mov.w %d0,%a0 # sign extend displacement
4889 mov.w %d0,%a0 # sign extend displacement
4902 mov.w %d0,%a0 # sign extend displacement
4915 mov.w %d0,%a0 # sign extend displacement
4928 mov.w %d0,%a0 # sign extend displacement
4970 ext.l %d0 # sign extend word index
4978 extb.l %d2 # sign extend displacement
[all …]
Dfpsp.S18788 mov.w %d0,%a0 # sign extend displacement
18801 mov.w %d0,%a0 # sign extend displacement
18814 mov.w %d0,%a0 # sign extend displacement
18827 mov.w %d0,%a0 # sign extend displacement
18840 mov.w %d0,%a0 # sign extend displacement
18853 mov.w %d0,%a0 # sign extend displacement
18866 mov.w %d0,%a0 # sign extend displacement
18879 mov.w %d0,%a0 # sign extend displacement
18921 ext.l %d0 # sign extend word index
18929 extb.l %d2 # sign extend displacement
[all …]
/linux-4.4.14/arch/mn10300/lib/
D__ashrdi3.S47 ext d0 # sign-extend result through MDR
/linux-4.4.14/arch/m68k/fpsp040/
Dbinstr.S100 addxw %d6,%d1 |add in extend from mul by 2
106 addxl %d4,%d2 |add with extend upper 32 bits
108 addxw %d6,%d1 |add in extend from add to d1
Ddecbin.S154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0
Dround.S422 bsetb #7,LOCAL_EX(%a0) |sign extend if it is so
Dres_func.S1990 bfexts %d0{#25:#7},%d0 |sign extend d0 for bindec
/linux-4.4.14/drivers/bcma/
Ddriver_pci.c285 static void bcma_core_pci_extend_L1timer(struct bcma_drv_pci *pc, bool extend) in bcma_core_pci_extend_L1timer() argument
290 if (extend) in bcma_core_pci_extend_L1timer()
/linux-4.4.14/arch/sh/include/asm/
Ddma.h63 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
DHal8188ERateAdaptive.c97 u8 extend in odm_SetTxRPTTiming_8188E() argument
106 if (extend == 0) { /* back to default timing */ in odm_SetTxRPTTiming_8188E()
108 } else if (extend == 1) {/* increase the timing */ in odm_SetTxRPTTiming_8188E()
112 } else if (extend == 2) {/* decrease the timing */ in odm_SetTxRPTTiming_8188E()
/linux-4.4.14/Documentation/accounting/
Dcgroupstats.txt8 extend per cgroup statistics, by adding members to the cgroupstats
Dtaskstats.txt136 There are two ways to extend the taskstats interface to export more
/linux-4.4.14/arch/sh/drivers/dma/
Ddma-api.c305 if (info->ops->extend) in dma_extend()
306 return info->ops->extend(channel, op, param); in dma_extend()
/linux-4.4.14/arch/alpha/lib/
Dcsum_ipv6_magic.S23 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
Dstrchr.S21 zapnot a1, 1, a1 # e0 : zero extend the search character
Dev6-csum_ipv6_magic.S69 zapnot $20,15,$20 # U : zero extend incoming csum
Dstrrchr.S21 zapnot a1, 1, a1 # e0 : zero extend our test character
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Drenesas,bsc.txt15 The bindings for the BSC extend the bindings for "simple-pm-bus".
/linux-4.4.14/Documentation/security/
DLSM.txt20 Linux capabilities system. Most LSMs choose to extend the capabilities
DIMA-templates.txt10 necessary to extend the current version of IMA by defining additional
/linux-4.4.14/Documentation/sound/alsa/soc/
Dmachine.txt84 The machine driver can optionally extend the codec power map and to become an
/linux-4.4.14/Documentation/filesystems/
Dcramfs.txt22 filesystem is allowed to extend past 256MB.)
Dexofs.txt132 possible to extend the file over multiple objects, though this has not been
Dfiemap.txt93 length to extend past the request. Unless FIEMAP_EXTENT_NOT_ALIGNED is
Dhpfs.txt282 2.04 Fixed error when ftruncate used to extend file
Dntfs.txt92 extend the file size so that you can write beyond the existing data. Also,
Dproc.txt71 other people for help compiling this documentation. We'd also like to extend a
/linux-4.4.14/Documentation/
Dinit.txt39 Please extend this explanation whenever you find new failure causes
Drobust-futexes.txt50 To solve this problem, the traditional approach was to extend the vma
178 widespread, we could extend sys_clone() to register a robust-list head
Dprintk-formats.txt312 If you add other %p extensions, please extend lib/test_printf.c with
Dcachetlb.txt13 SMP cases are a simple extension, in that you just extend the
Ddma-buf-sharing.txt400 scenarios, we can extend dma-buf with a more explicit cache tracking scheme
Dadding-syscalls.txt92 code can zero-extend a smaller instance of the structure (effectively
DIPMI.txt543 this driver cannod to IPMI panic events, extend the watchdog at panic
Dkernel-parameters.txt3757 should extend the specified pcr with zeros,
/linux-4.4.14/scripts/
Dcheckkconfigsymbols.py317 features.extend(get_features_in_line(line))
/linux-4.4.14/arch/arm/boot/dts/
Dste-hrefv60plus.dtsi51 /* SD card detect GPIO pin, extend default state */
Dste-snowball.dts462 /* SD card detect GPIO pin, extend default state */
/linux-4.4.14/Documentation/locking/
Drt-mutex.txt15 RT-mutexes extend the semantics of simple mutexes by the priority
/linux-4.4.14/Documentation/powerpc/
Dptrace.txt8 For that, we need to extend ptrace so that GDB can query and set these
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Domap.txt5 On top of that an omap_device is created to extend the platform_device
/linux-4.4.14/Documentation/scheduler/
Dsched-nice-design.txt37 changing the ABI to extend priorities was discarded early on.)
/linux-4.4.14/Documentation/vm/
Dzswap.txt22 * Users with SSDs as swap devices can extend the life of the device by
Dhugetlbpage.txt318 errno set to EINVAL or exclude hugetlb pages that extend beyond the length if
/linux-4.4.14/arch/m68k/math-emu/
Dfp_scan.S365 .extend 0,0,0,0,0,0,0,0,0,0
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt20 so one can extend protocol as needed without breaking backward compatibility as long
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt92 device wants to extend the strobe period. If
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db259 API-jbd2-journal-extend
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt150 The purpose of these sensors is to extend the functionality or provide a
/linux-4.4.14/fs/ocfs2/
Dxattr.c5020 int *extend) in ocfs2_adjust_xattr_cross_cluster() argument
5057 if ((bucket_blkno(target) == last_blk) && extend) in ocfs2_adjust_xattr_cross_cluster()
5058 *extend = 0; in ocfs2_adjust_xattr_cross_cluster()
5087 int *extend, in ocfs2_add_new_xattr_cluster() argument
5148 extend); in ocfs2_add_new_xattr_cluster()
5267 int ret, num_buckets, extend = 1; in ocfs2_add_new_xattr_bucket() local
5309 &extend, in ocfs2_add_new_xattr_bucket()
5317 if (extend) { in ocfs2_add_new_xattr_bucket()
Ddir.c3118 int extend, did_quota = 0; in ocfs2_do_extend_dir() local
3122 extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)); in ocfs2_do_extend_dir()
3125 if (extend) { in ocfs2_do_extend_dir()
/linux-4.4.14/arch/blackfin/
DKconfig.debug194 of code so that the trace buffer will extend further back.
/linux-4.4.14/Documentation/usb/
Dgadget_configfs.txt17 be connected to a USB Host to extend it with additional functions like a serial
/linux-4.4.14/fs/btrfs/
Dctree.c32 struct btrfs_path *path, int data_size, int extend);
4170 int extend) in split_leaf() argument
4187 if (extend && data_size + btrfs_item_size_nr(l, slot) + in split_leaf()
4247 if (!extend && data_size && slot == 0) { in split_leaf()
4249 } else if ((extend || !data_size) && slot == 0) { in split_leaf()
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt11 extend the existing API to compressed data streams.
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt147 indefinitely extend your wait time due to rounding on each restart.
/linux-4.4.14/fs/jfs/
Djfs_dmap.c3436 goto extend; in dbExtendFS()
3465 extend: in dbExtendFS()
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt114 extend the pool device. Only one such event will be sent.
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvpp2.c1532 bool tagged, bool extend) in mvpp2_prs_dsa_tag_set() argument
1537 if (extend) { in mvpp2_prs_dsa_tag_set()
1591 bool add, bool tagged, bool extend) in mvpp2_prs_dsa_tag_ethertype_set() argument
1596 if (extend) { in mvpp2_prs_dsa_tag_ethertype_set()
/linux-4.4.14/drivers/scsi/
Dmvumi.c1962 static int mvumi_clear_intr(void *extend) in mvumi_clear_intr() argument
1964 struct mvumi_hba *mhba = (struct mvumi_hba *) extend; in mvumi_clear_intr()
/linux-4.4.14/Documentation/networking/
DLICENSE.qlcnic131 this License, whose permissions for other licensees extend to the
DLICENSE.qlge131 this License, whose permissions for other licensees extend to the
Dtimestamping.txt224 last byte after an skbuff extend or merge operation. It stores the
Dfilter.txt639 subregisters that zero-extend into 64-bit if they are being written to.
1083 Function calls is a main mechanism to extend functionality of eBPF programs.
Dip-sysctl.txt1845 Enable or disable the ability to extend the lifetime of the SCTP cookie
/linux-4.4.14/Documentation/scsi/
DLICENSE.qla4xxx132 this License, whose permissions for other licensees extend to the
DLICENSE.qla2xxx133 this License, whose permissions for other licensees extend to the
Dst.txt285 are used to extend the buffer at run-time if this is necessary. The
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying121 this License, whose permissions for other licensees extend to the
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt31 names are simply text strings, it is easy to extend existing bindings
Dbooting-without-of.txt829 address which can extend beyond that limit.
/linux-4.4.14/tools/usb/usbip/
DCOPYING121 this License, whose permissions for other licensees extend to the
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense124 permissions for other licensees extend to the entire whole, and thus to
/linux-4.4.14/
DCOPYING137 this License, whose permissions for other licensees extend to the
/linux-4.4.14/net/sched/
DKconfig740 Say Y here to extend the u32 and fw classifier to support
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES221 files. Allow file size to be updated on remote extend of locally open,
/linux-4.4.14/Documentation/trace/
Dftrace.txt1059 overhead may extend the latency times. But nevertheless, this