/linux-4.4.14/fs/reiserfs/ |
D | bitmap.c | 765 static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint) in new_hashed_relocation() argument 769 if (hint->formatted_node) { in new_hashed_relocation() 770 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation() 772 if (!hint->inode) { in new_hashed_relocation() 774 hash_in = (char *)&hint->key.k_dir_id; in new_hashed_relocation() 776 if (TEST_OPTION(displace_based_on_dirid, hint->th->t_super)) in new_hashed_relocation() 777 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id); in new_hashed_relocation() 780 (char *)(&INODE_PKEY(hint->inode)->k_objectid); in new_hashed_relocation() 783 hint->search_start = in new_hashed_relocation() 784 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg); in new_hashed_relocation() [all …]
|
D | reiserfs.h | 3332 reiserfs_blocknr_hint_t hint = { in reiserfs_new_form_blocknrs() local 3340 return reiserfs_allocate_blocknrs(&hint, new_blocknrs, amount_needed, in reiserfs_new_form_blocknrs() 3350 reiserfs_blocknr_hint_t hint = { in reiserfs_new_unf_blocknrs() local 3358 return reiserfs_allocate_blocknrs(&hint, new_blocknrs, 1, 0); in reiserfs_new_unf_blocknrs() 3368 reiserfs_blocknr_hint_t hint = { in reiserfs_new_unf_blocknrs2() local 3376 return reiserfs_allocate_blocknrs(&hint, new_blocknrs, 1, 0); in reiserfs_new_unf_blocknrs2()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_sysfs.c | 273 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in hints_show() local 275 "%s = %s\n", hint->key, hint->val); in hints_show() 286 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in get_hint() local 287 if (!strcmp(hint->key, key)) in get_hint() 288 return hint; in get_hint() 311 struct hda_hint *hint; in parse_hints() local 333 hint = get_hint(codec, key); in parse_hints() 334 if (hint) { in parse_hints() 336 kfree(hint->key); in parse_hints() 337 hint->key = key; in parse_hints() [all …]
|
/linux-4.4.14/include/linux/ |
D | idr.h | 43 struct idr_layer __rcu *hint; /* the last layer allocated from */ member 117 struct idr_layer *hint = rcu_dereference_raw(idr->hint); in idr_find() local 119 if (hint && (id & ~IDR_MASK) == hint->prefix) in idr_find() 120 return rcu_dereference_raw(hint->ary[id & IDR_MASK]); in idr_find()
|
D | atomic.h | 481 static inline int atomic_inc_not_zero_hint(atomic_t *v, int hint) in atomic_inc_not_zero_hint() argument 483 int val, c = hint; in atomic_inc_not_zero_hint() 486 if (!hint) in atomic_inc_not_zero_hint()
|
D | iommu-common.h | 15 unsigned long hint; member
|
D | sfi.h | 123 u32 hint; /* MWAIT hint */ member
|
D | device.h | 161 struct device *hint);
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mwait.h | 9 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) argument 10 #define MWAIT_HINT2SUBSTATE(hint) ((hint) & MWAIT_CSTATE_MASK) argument
|
D | apb_timer.h | 39 extern struct sfi_timer_table_entry *sfi_get_mtmr(int hint);
|
/linux-4.4.14/tools/perf/util/ |
D | strbuf.c | 20 void strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() argument 24 if (hint) in strbuf_init() 25 strbuf_grow(sb, hint); in strbuf_init() 117 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read() argument 122 strbuf_grow(sb, hint ? hint : 8192); in strbuf_read()
|
D | strbuf.h | 54 extern void strbuf_init(struct strbuf *buf, ssize_t hint); 92 extern ssize_t strbuf_read(struct strbuf *, int fd, ssize_t hint);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | asm.h | 147 #define PREF(hint,addr) \ argument 150 pref hint, addr; \ 153 #define PREFE(hint, addr) \ argument 157 prefe hint, addr; \ 160 #define PREFX(hint,addr) \ argument 163 prefx hint, addr; \ 168 #define PREF(hint, addr) argument 169 #define PREFE(hint, addr) argument 170 #define PREFX(hint, addr) argument
|
D | prefetch.h | 47 .macro __pref hint addr 49 pref \hint, \addr
|
/linux-4.4.14/lib/ |
D | iommu-common.c | 83 iommu->pools[i].hint = start; in iommu_tbl_pool_init() 92 p->hint = p->start; in iommu_tbl_pool_init() 140 start = pool->hint; in iommu_tbl_range_alloc() 190 pool->hint = pool->start; in iommu_tbl_range_alloc() 199 pool->hint = pool->start; in iommu_tbl_range_alloc() 210 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc() 216 pool->hint = end; in iommu_tbl_range_alloc()
|
D | idr.c | 147 if (idr->hint == p) in free_layer() 148 RCU_INIT_POINTER(idr->hint, NULL); in free_layer() 362 rcu_assign_pointer(idr->hint, pa[0]); in idr_fill_slot()
|
D | debugobjects.c | 257 void *hint = descr->debug_hint ? in debug_print_object() local 263 descr->name, hint); in debug_print_object()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_extent.c | 89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 107 if ((hint = addressXAD(xp))) { in extAlloc() 121 xaddr = hint + nxlen; in extAlloc() 124 hint += (nxlen - 1); in extAlloc() 138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 509 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc() argument 531 while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) { in extBalloc()
|
D | jfs_dmap.h | 304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
|
D | jfs_imap.c | 2176 s64 blkno, hint; in diNewExt() local 2268 hint = ((s64) agno << sbi->bmap->db_agl2size) - 1; in diNewExt() 2270 hint = addressPXD(&iagp->inoext[extno - 1]) + in diNewExt() 2273 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno))) in diNewExt()
|
D | jfs_dmap.c | 700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument 726 if (hint >= mapSize) { in dbAlloc() 745 if (hint == 0) in dbAlloc() 752 blkno = hint + 1; in dbAlloc()
|
D | jfs_xtree.c | 542 s64 xaddr, hint; in xtInsert() local 586 hint = addressXAD(xad) + lengthXAD(xad) - 1; in xtInsert() 588 hint = 0; in xtInsert() 591 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert()
|
/linux-4.4.14/drivers/dma/ioat/ |
D | hw.h | 91 unsigned int hint:1; member 123 unsigned int hint:1; member 170 unsigned int hint:1; member 219 unsigned int hint:1; member
|
/linux-4.4.14/fs/lockd/ |
D | svcsubs.c | 330 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host() argument 334 if ((hint->net == NULL) || in nlmsvc_mark_host() 335 (host->net == hint->net)) in nlmsvc_mark_host() 371 struct nlm_host hint; in nlmsvc_mark_resources() local 374 hint.net = net; in nlmsvc_mark_resources() 375 nlm_traverse_files(&hint, nlmsvc_mark_host, NULL); in nlmsvc_mark_resources()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | ptc_deadlock.S | 51 hint @pause 66 hint @pause 77 hint @pause
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
D | sfi.c | 113 struct sfi_timer_table_entry *sfi_get_mtmr(int hint) in sfi_get_mtmr() argument 116 if (hint < sfi_mtimer_num) { in sfi_get_mtmr() 117 if (!sfi_mtimer_usage[hint]) { in sfi_get_mtmr() 119 hint, sfi_mtimer_array[hint].irq); in sfi_get_mtmr() 120 sfi_mtimer_usage[hint] = 1; in sfi_get_mtmr() 121 return &sfi_mtimer_array[hint]; in sfi_get_mtmr()
|
/linux-4.4.14/net/irda/ |
D | irlmp.c | 1355 __u8 *irlmp_hint_to_service(__u8 *hint) 1368 if (!hint[0]) { 1373 if (hint[0] & HINT_PNP) 1375 if (hint[0] & HINT_PDA) 1377 if (hint[0] & HINT_COMPUTER) 1379 if (hint[0] & HINT_PRINTER) { 1383 if (hint[0] & HINT_MODEM) 1385 if (hint[0] & HINT_FAX) 1387 if (hint[0] & HINT_LAN) { 1396 if (hint[0] & HINT_EXTENSION) { [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy.h | 94 dm_oblock_t oblock, uint32_t hint); 159 dm_cblock_t cblock, uint32_t hint, bool hint_valid);
|
D | dm-cache-policy-internal.h | 46 uint32_t hint, bool hint_valid) in policy_load_mapping() argument 48 return p->load_mapping(p, oblock, cblock, hint, hint_valid); in policy_load_mapping()
|
D | dm-cache-metadata.h | 88 uint32_t hint, bool hint_valid);
|
D | dm-cache-policy-cleaner.c | 278 uint32_t hint, bool hint_valid) in wb_load_mapping() argument
|
D | dm-cache-metadata.c | 1414 static int save_hint(void *context, dm_cblock_t cblock, dm_oblock_t oblock, uint32_t hint) in save_hint() argument 1417 __le32 value = cpu_to_le32(hint); in save_hint()
|
D | dm-cache-policy-mq.c | 1106 uint32_t hint, bool hint_valid) in mq_load_mapping() argument 1114 e->hit_count = hint_valid ? hint : 1; in mq_load_mapping()
|
D | dm-cache-policy-smq.c | 1364 uint32_t hint, bool hint_valid) in smq_load_mapping() argument 1372 e->level = hint_valid ? min(hint, NR_CACHE_LEVELS - 1) : 1; in smq_load_mapping()
|
D | dm-cache-target.c | 3284 bool dirty, uint32_t hint, bool hint_valid) in load_mapping() argument 3289 r = policy_load_mapping(cache->policy, oblock, cblock, hint, hint_valid); in load_mapping()
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 203 #define _PREF(hint, addr, type) \ argument 205 PREF(hint, addr); \ 217 PREFE(hint, addr); \ 220 PREF(hint, addr); \ 224 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) argument 225 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) argument
|
/linux-4.4.14/drivers/parisc/ |
D | iommu-helpers.h | 15 unsigned long hint, in iommu_fill_pdir() argument 78 vaddr, hint); in iommu_fill_pdir()
|
D | ccio-dma.c | 740 unsigned long hint = hint_lookup[(int)direction]; in ccio_map_single() local 769 hint |= HINT_SAFE_DMA; in ccio_map_single() 772 ccio_io_pdir_entry(pdir_start, KERNEL_SPACE, (unsigned long)addr, hint); in ccio_map_single() 905 unsigned long hint = hint_lookup[(int)direction]; in ccio_map_sg() local 950 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry); in ccio_map_sg()
|
D | sba_iommu.c | 568 unsigned long hint) in sba_io_pdir_entry() argument
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2.h | 394 #define C2_HINT_GET_INDEX(hint) (((hint) & 0x7FFF0000) >> 16) argument 395 #define C2_HINT_GET_COUNT(hint) ((hint) & 0x0000FFFF) argument
|
D | c2_qp.c | 49 #define C2_HINT_GET_INDEX(hint) (((hint) & 0x7FFF0000) >> 16) argument 50 #define C2_HINT_GET_COUNT(hint) ((hint) & 0x0000FFFF) argument
|
/linux-4.4.14/drivers/base/ |
D | memory.c | 542 struct memory_block *hint) in find_memory_block_hinted() argument 545 struct device *hintdev = hint ? &hint->dev : NULL; in find_memory_block_hinted() 549 if (hint) in find_memory_block_hinted() 550 put_device(&hint->dev); in find_memory_block_hinted()
|
D | bus.c | 390 struct device *hint) in subsys_find_device_by_id() argument 398 if (hint) { in subsys_find_device_by_id() 399 klist_iter_init_node(&subsys->p->klist_devices, &i, &hint->p->knode_bus); in subsys_find_device_by_id()
|
/linux-4.4.14/arch/arm/kernel/ |
D | process.c | 412 unsigned long hint; in arch_setup_additional_pages() local 424 hint = sigpage_addr(mm, npages); in arch_setup_additional_pages() 425 addr = get_unmapped_area(NULL, hint, npages << PAGE_SHIFT, 0, 0); in arch_setup_additional_pages()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | iommu.c | 225 start = pool->hint; in iommu_range_alloc() 264 pool->hint = pool->start; in iommu_range_alloc() 274 pool->hint = pool->start; in iommu_range_alloc() 290 pool->hint = end; in iommu_range_alloc() 293 pool->hint = (end + tbl->it_blocksize - 1) & in iommu_range_alloc() 692 p->hint = p->start; in iommu_init_table() 699 p->hint = p->start; in iommu_init_table()
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ltpc.h | 44 unsigned char hint; member
|
D | ltpc.c | 834 c.hint = sa->sat_addr.s_node; in ltpc_ioctl()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | iommu_64.h | 23 unsigned int hint; member
|
/linux-4.4.14/kernel/irq/ |
D | irqdomain.c | 839 unsigned int hint; in irq_domain_alloc_descs() local 844 hint = hwirq % nr_irqs; in irq_domain_alloc_descs() 845 if (hint == 0) in irq_domain_alloc_descs() 846 hint++; in irq_domain_alloc_descs() 847 virq = irq_alloc_descs_from(hint, cnt, node); in irq_domain_alloc_descs() 848 if (virq <= 0 && hint > 1) in irq_domain_alloc_descs()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unwind_i.h | 161 unsigned short hint; /* hint for next script to try (or -1) */ member
|
D | unwind.c | 1226 struct unw_script *script = unw.cache + info->hint; in script_lookup() 1252 unw.cache[info->prev_script].hint = script - unw.cache; in script_lookup() 1326 script->hint = 0; in script_new() 1556 unw.cache[info->prev_script].hint = script - unw.cache; in build_script() 1860 info->hint = scr->hint; in find_save_locs()
|
D | unaligned.c | 171 unsigned long hint:2; /* [28:29] */ member 1386 u.insn.r3, u.insn.x, u.insn.hint, u.insn.x6_sz, u.insn.m, u.insn.op); in ia64_handle_unaligned()
|
D | head.S | 417 self: hint @pause
|
/linux-4.4.14/include/uapi/scsi/ |
D | cxlflash_ioctl.h | 116 __u64 hint; /* Reasons for verify */ member
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 517 static u32 hint; in __inet_hash_connect() local 518 u32 offset = hint + port_offset; in __inet_hash_connect() 575 hint += (i + 2) & ~1; in __inet_hash_connect()
|
D | tcp_input.c | 472 unsigned int hint = min_t(unsigned int, tp->advmss, tp->mss_cache); in tcp_initialize_rcv_mss() local 474 hint = min(hint, tp->rcv_wnd / 2); in tcp_initialize_rcv_mss() 475 hint = min(hint, TCP_MSS_DEFAULT); in tcp_initialize_rcv_mss() 476 hint = max(hint, TCP_MIN_MSS); in tcp_initialize_rcv_mss() 478 inet_csk(sk)->icsk_ack.rcv_mss = hint; in tcp_initialize_rcv_mss()
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev6-memset.S | 160 wh64 ($4) # L1 : memory subsystem write hint 337 wh64 ($4) # L1 : memory subsystem write hint 524 wh64 ($4) # L1 : memory subsystem write hint
|
D | ev6-clear_user.S | 151 wh64 ($3) # .. .. .. L1 : memory subsystem hint
|
D | ev6-memcpy.S | 84 wh64 ($7) # L1 : memory subsystem hint: 64 bytes at
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | unwind.h | 55 short hint; member
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 31 - read-only : This parameter, if present, is a hint to Linux that this
|
/linux-4.4.14/fs/f2fs/ |
D | segment.c | 878 unsigned int hint = *newseg / sbi->segs_per_sec; in get_new_segment() local 880 unsigned int left_start = hint; in get_new_segment() 895 secno = find_next_zero_bit(free_i->free_secmap, MAIN_SECS(sbi), hint); in get_new_segment() 903 left_start = hint - 1; in get_new_segment() 921 hint = secno; in get_new_segment() 945 hint = zoneno * sbi->secs_per_zone - 1; in get_new_segment() 947 hint = 0; in get_new_segment() 949 hint = (zoneno + 1) * sbi->secs_per_zone; in get_new_segment()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | iommu.h | 93 unsigned long hint; member
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 43 fixed SAPIC mode with hint). The XTP chipset registers are used as hints
|
/linux-4.4.14/Documentation/block/ |
D | deadline-iosched.txt | 68 Front merges may still occur due to the cached last_merge hint, but since
|
/linux-4.4.14/Documentation/networking/ |
D | regulatory.txt | 78 regulatory hint with an alpha2. For these drivers there is an additional 128 Lastly, you can then hint to the core of your discovered alpha2, if a match
|
D | can.txt | 596 Implementation hint for new CAN applications:
|
D | arcnet-hardware.txt | 2386 hint to the existence of a manufacturer at all is written in copper,
|
/linux-4.4.14/fs/gfs2/ |
D | file.c | 337 int hint = min_t(size_t, INT_MAX, blks); in gfs2_size_hint() local 339 if (hint > atomic_read(&ip->i_res->rs_sizehint)) in gfs2_size_hint() 340 atomic_set(&ip->i_res->rs_sizehint, hint); in gfs2_size_hint()
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vm.txt | 76 retrieved by means of KVM_S390_VM_CPU_MACHINE as hint for reasonable configuration
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | insn.h | 276 __AARCH64_INSN_FUNCS(hint, 0xFFFFF01F, 0xD503201F)
|
/linux-4.4.14/include/net/sctp/ |
D | sm.h | 217 const size_t hint);
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 76 names (I had to invent a few, since no sufficient hint was given in
|
/linux-4.4.14/fs/ocfs2/ |
D | suballoc.c | 1875 u64 hint = ac->ac_last_group; in ocfs2_claim_suballoc_bits() local 1899 res->sr_bg_blkno = hint; in ocfs2_claim_suballoc_bits() 1924 hint = res->sr_bg_blkno; in ocfs2_claim_suballoc_bits() 1926 hint = ocfs2_group_from_res(res); in ocfs2_claim_suballoc_bits() 1951 hint = ocfs2_group_from_res(res); in ocfs2_claim_suballoc_bits() 1968 ac->ac_last_group = hint; in ocfs2_claim_suballoc_bits()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 137 can give the driver a hint as to what video device node (/dev/videoX) it 143 in /proc/bus/usb/devices). A hint consists of a string with the following
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 35 appears only when "loopback" is set to true in a codec hint
|
D | HD-Audio.txt | 384 Shows / stores hint strings for codec parsers for any use. 504 [hint] 526 sysfs entries, and the lines after `[hint]` are parsed as `hints`
|
/linux-4.4.14/mm/ |
D | mmap.c | 1237 static inline unsigned long round_hint_to_min(unsigned long hint) in round_hint_to_min() argument 1239 hint &= PAGE_MASK; in round_hint_to_min() 1240 if (((void *)hint != NULL) && in round_hint_to_min() 1241 (hint < mmap_min_addr)) in round_hint_to_min() 1243 return hint; in round_hint_to_min()
|
/linux-4.4.14/net/sctp/ |
D | sm_make_chunk.c | 934 const size_t hint) in sctp_make_abort() argument 950 retval = sctp_make_control(asoc, SCTP_CID_ABORT, flags, hint); in sctp_make_abort() 3498 size_t hint; in sctp_make_fwdtsn() local 3501 hint = (nstreams + 1) * sizeof(__u32); in sctp_make_fwdtsn() 3503 retval = sctp_make_control(asoc, SCTP_CID_FWD_TSN, 0, hint); in sctp_make_fwdtsn()
|
/linux-4.4.14/Documentation/DocBook/ |
D | 80211.xml.db | 88 API-regulatory-hint
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 42 distributions you can do: "find /sys/ -name get_icons" for a hint.
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 54 the interrupt affinity hint based on the cpu mask.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 128 *_modulename - hint whenever some card needs this or that audio
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 76 unload operation to complete is vendor specific. The hint in ATA-7
|
D | thinkpad-acpi.txt | 530 0x3006 Bay hotplug request (hint to power up SATA link when
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx.h | 851 uint32_t hint; /* Host interrupt register */ member
|
D | qla_mbx.c | 157 if (RD_REG_DWORD(®->isp82.hint) & in qla2x00_mailbox_command() 167 WRT_REG_DWORD(®->isp82.hint, HINT_MBX_INT_PENDING); in qla2x00_mailbox_command() 187 if (RD_REG_DWORD(®->isp82.hint) & in qla2x00_mailbox_command() 197 WRT_REG_DWORD(®->isp82.hint, HINT_MBX_INT_PENDING); in qla2x00_mailbox_command()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5250-snow-common.dtsi | 75 /* Use ID 104 as a hint that we're on physical bus 4 */
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.c | 1784 verify->hint, verify->hdr.flags); in cxlflash_disk_verify() 1805 if (verify->hint & DK_CXLFLASH_VERIFY_HINT_SENSE) { in cxlflash_disk_verify()
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 42 mean it's dedicated for GPIO19, only as a hint that internally this pin
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 289 # This is a good hint that there is a bug in the kbuild file
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_fw.h | 54 __le32 hint; /* 0x0380 (R/W): Host interrupt register */ member
|
D | ql4_nx.c | 3933 writel(HINT_MBX_INT_PENDING, &ha->qla4_82xx_reg->hint); in qla4_82xx_queue_mbox_cmd() 3934 readl(&ha->qla4_82xx_reg->hint); in qla4_82xx_queue_mbox_cmd()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 60 The second argument is a hint telling the function how many controls this 62 information. It is a hint only.
|
D | v4l2-framework.txt | 904 The name is used as a hint by userspace tools such as udev. The function
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 134 to keep updating it on the fly. So we treat it as a hint. In normal
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 376 any cpu in the system. This hint is available via ACPI 3.0 specifications.
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 277 hint to front ends, that all suboptions should be displayed as a
|
/linux-4.4.14/net/bluetooth/ |
D | l2cap_core.c | 3300 int type, hint, olen; in l2cap_parse_conf_req() local 3314 hint = type & L2CAP_CONF_HINT; in l2cap_parse_conf_req() 3356 if (hint) in l2cap_parse_conf_req()
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 770 appears outweighs the potential value of the hint that tells gcc to do
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.h | 3426 u64 hint, u64 empty_size);
|
D | extent-tree.c | 7933 u64 hint, u64 empty_size) in btrfs_alloc_tree_block() argument 7958 empty_size, hint, &ins, 0, 0); in btrfs_alloc_tree_block()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1101 ( thanks Neale for the hint ) by doing
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1663 The "num_dirty" field is a performance hint for KVM to determine whether it
|