/linux-4.4.14/tools/lib/traceevent/ |
D | kbuffer-parse.c | 292 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/ |
D | dm-space-map.h | 24 int (*extend)(struct dm_space_map *sm, dm_block_t extra_blocks); member 84 return sm->extend(sm, extra_blocks); in dm_sm_extend()
|
D | dm-space-map-metadata.c | 549 .extend = sm_metadata_extend, 676 .extend = sm_bootstrap_extend,
|
D | dm-space-map-disk.c | 226 .extend = sm_disk_extend,
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | isp.S | 1225 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 …]
|
D | pfpsp.S | 4837 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 …]
|
D | fpsp.S | 18788 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.S | 47 ext d0 # sign-extend result through MDR
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | binstr.S | 100 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
|
D | decbin.S | 154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0
|
D | round.S | 422 bsetb #7,LOCAL_EX(%a0) |sign extend if it is so
|
D | res_func.S | 1990 bfexts %d0{#25:#7},%d0 |sign extend d0 for bindec
|
/linux-4.4.14/drivers/bcma/ |
D | driver_pci.c | 285 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/ |
D | dma.h | 63 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | Hal8188ERateAdaptive.c | 97 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/ |
D | cgroupstats.txt | 8 extend per cgroup statistics, by adding members to the cgroupstats
|
D | taskstats.txt | 136 There are two ways to extend the taskstats interface to export more
|
/linux-4.4.14/arch/sh/drivers/dma/ |
D | dma-api.c | 305 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/ |
D | csum_ipv6_magic.S | 23 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
D | strchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend the search character
|
D | ev6-csum_ipv6_magic.S | 69 zapnot $20,15,$20 # U : zero extend incoming csum
|
D | strrchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend our test character
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.txt | 15 The bindings for the BSC extend the bindings for "simple-pm-bus".
|
/linux-4.4.14/Documentation/security/ |
D | LSM.txt | 20 Linux capabilities system. Most LSMs choose to extend the capabilities
|
D | IMA-templates.txt | 10 necessary to extend the current version of IMA by defining additional
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | machine.txt | 84 The machine driver can optionally extend the codec power map and to become an
|
/linux-4.4.14/Documentation/filesystems/ |
D | cramfs.txt | 22 filesystem is allowed to extend past 256MB.)
|
D | exofs.txt | 132 possible to extend the file over multiple objects, though this has not been
|
D | fiemap.txt | 93 length to extend past the request. Unless FIEMAP_EXTENT_NOT_ALIGNED is
|
D | hpfs.txt | 282 2.04 Fixed error when ftruncate used to extend file
|
D | ntfs.txt | 92 extend the file size so that you can write beyond the existing data. Also,
|
D | proc.txt | 71 other people for help compiling this documentation. We'd also like to extend a
|
/linux-4.4.14/Documentation/ |
D | init.txt | 39 Please extend this explanation whenever you find new failure causes
|
D | robust-futexes.txt | 50 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
|
D | printk-formats.txt | 312 If you add other %p extensions, please extend lib/test_printf.c with
|
D | cachetlb.txt | 13 SMP cases are a simple extension, in that you just extend the
|
D | dma-buf-sharing.txt | 400 scenarios, we can extend dma-buf with a more explicit cache tracking scheme
|
D | adding-syscalls.txt | 92 code can zero-extend a smaller instance of the structure (effectively
|
D | IPMI.txt | 543 this driver cannod to IPMI panic events, extend the watchdog at panic
|
D | kernel-parameters.txt | 3757 should extend the specified pcr with zeros,
|
/linux-4.4.14/scripts/ |
D | checkkconfigsymbols.py | 317 features.extend(get_features_in_line(line))
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-hrefv60plus.dtsi | 51 /* SD card detect GPIO pin, extend default state */
|
D | ste-snowball.dts | 462 /* SD card detect GPIO pin, extend default state */
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 15 RT-mutexes extend the semantics of simple mutexes by the priority
|
/linux-4.4.14/Documentation/powerpc/ |
D | ptrace.txt | 8 For that, we need to extend ptrace so that GDB can query and set these
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 5 On top of that an omap_device is created to extend the platform_device
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-nice-design.txt | 37 changing the ABI to extend priorities was discarded early on.)
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 22 * Users with SSDs as swap devices can extend the life of the device by
|
D | hugetlbpage.txt | 318 errno set to EINVAL or exclude hugetlb pages that extend beyond the length if
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_scan.S | 365 .extend 0,0,0,0,0,0,0,0,0,0
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 20 so one can extend protocol as needed without breaking backward compatibility as long
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 92 device wants to extend the strobe period. If
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 259 API-jbd2-journal-extend
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 150 The purpose of these sensors is to extend the functionality or provide a
|
/linux-4.4.14/fs/ocfs2/ |
D | xattr.c | 5020 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()
|
D | dir.c | 3118 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/ |
D | Kconfig.debug | 194 of code so that the trace buffer will extend further back.
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_configfs.txt | 17 be connected to a USB Host to extend it with additional functions like a serial
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 32 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/ |
D | compress_offload.txt | 11 extend the existing API to compressed data streams.
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 147 indefinitely extend your wait time due to rounding on each restart.
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dmap.c | 3436 goto extend; in dbExtendFS() 3465 extend: in dbExtendFS()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 114 extend the pool device. Only one such event will be sent.
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 1532 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/ |
D | mvumi.c | 1962 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/ |
D | LICENSE.qlcnic | 131 this License, whose permissions for other licensees extend to the
|
D | LICENSE.qlge | 131 this License, whose permissions for other licensees extend to the
|
D | timestamping.txt | 224 last byte after an skbuff extend or merge operation. It stores the
|
D | filter.txt | 639 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.
|
D | ip-sysctl.txt | 1845 Enable or disable the ability to extend the lifetime of the SCTP cookie
|
/linux-4.4.14/Documentation/scsi/ |
D | LICENSE.qla4xxx | 132 this License, whose permissions for other licensees extend to the
|
D | LICENSE.qla2xxx | 133 this License, whose permissions for other licensees extend to the
|
D | st.txt | 285 are used to extend the buffer at run-time if this is necessary. The
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 121 this License, whose permissions for other licensees extend to the
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 31 names are simply text strings, it is easy to extend existing bindings
|
D | booting-without-of.txt | 829 address which can extend beyond that limit.
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 121 this License, whose permissions for other licensees extend to the
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 124 permissions for other licensees extend to the entire whole, and thus to
|
/linux-4.4.14/ |
D | COPYING | 137 this License, whose permissions for other licensees extend to the
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 740 Say Y here to extend the u32 and fw classifier to support
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 221 files. Allow file size to be updated on remote extend of locally open,
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1059 overhead may extend the latency times. But nevertheless, this
|