/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() 791 static void dirid_groups(reiserfs_blocknr_hint_t * hint) in dirid_groups() 817 static void oid_groups(reiserfs_blocknr_hint_t * hint) in oid_groups() 846 static int get_left_neighbor(reiserfs_blocknr_hint_t * hint) in get_left_neighbor() 900 reiserfs_blocknr_hint_t * hint) in set_border_in_hint() 911 static inline void displace_large_file(reiserfs_blocknr_hint_t * hint) in displace_large_file() 925 static inline void hash_formatted_node(reiserfs_blocknr_hint_t * hint) in hash_formatted_node() 941 this_blocknr_allocation_would_make_it_a_large_file(reiserfs_blocknr_hint_t * in this_blocknr_allocation_would_make_it_a_large_file() 949 static inline void displace_new_packing_locality(reiserfs_blocknr_hint_t * hint) in displace_new_packing_locality() 960 static inline int old_hashed_relocation(reiserfs_blocknr_hint_t * hint) in old_hashed_relocation() [all …]
|
D | reiserfs.h | 3332 reiserfs_blocknr_hint_t hint = { in reiserfs_new_form_blocknrs() local 3350 reiserfs_blocknr_hint_t hint = { in reiserfs_new_unf_blocknrs() local 3368 reiserfs_blocknr_hint_t hint = { in reiserfs_new_unf_blocknrs2() local
|
/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
|
/linux-4.4.14/arch/mips/include/asm/ |
D | asm.h | 147 #define PREF(hint,addr) \ argument 153 #define PREFE(hint, addr) \ argument 160 #define PREFX(hint,addr) \ argument 168 #define PREF(hint, addr) argument 169 #define PREFE(hint, addr) argument 170 #define PREFX(hint, addr) argument
|
/linux-4.4.14/tools/perf/util/ |
D | strbuf.c | 20 void strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() 117 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
|
/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 286 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in get_hint() local 311 struct hda_hint *hint; in parse_hints() local 422 struct hda_hint *hint = get_hint(codec, key); in snd_hda_get_hint() local 792 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in snd_hda_sysfs_clear() local
|
/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
|
D | iommu-common.h | 15 unsigned long hint; member
|
D | sfi.h | 123 u32 hint; /* MWAIT hint */ member
|
D | atomic.h | 481 static inline int atomic_inc_not_zero_hint(atomic_t *v, int hint) in atomic_inc_not_zero_hint()
|
/linux-4.4.14/fs/lockd/ |
D | svcsubs.c | 330 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host() 371 struct nlm_host hint; in nlmsvc_mark_resources() local
|
/linux-4.4.14/fs/jfs/ |
D | jfs_extent.c | 89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 509 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
|
D | jfs_imap.c | 2176 s64 blkno, hint; in diNewExt() local
|
D | jfs_xtree.c | 542 s64 xaddr, hint; in xtInsert() local
|
D | jfs_dmap.c | 700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc()
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 203 #define _PREF(hint, addr, type) \ argument 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()
|
D | ccio-dma.c | 740 unsigned long hint = hint_lookup[(int)direction]; in ccio_map_single() local 905 unsigned long hint = hint_lookup[(int)direction]; in ccio_map_sg() local
|
D | sba_iommu.c | 568 unsigned long hint) in sba_io_pdir_entry()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
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
|
D | c2.h | 394 #define C2_HINT_GET_INDEX(hint) (((hint) & 0x7FFF0000) >> 16) argument 395 #define C2_HINT_GET_COUNT(hint) ((hint) & 0x0000FFFF) argument
|
/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/drivers/md/ |
D | dm-cache-policy-internal.h | 46 uint32_t hint, bool hint_valid) in policy_load_mapping()
|
D | dm-cache-policy-cleaner.c | 278 uint32_t hint, bool hint_valid) in wb_load_mapping()
|
D | dm-cache-policy-mq.c | 1106 uint32_t hint, bool hint_valid) in mq_load_mapping()
|
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()
|
D | dm-cache-policy-smq.c | 1364 uint32_t hint, bool hint_valid) in smq_load_mapping()
|
D | dm-cache-target.c | 3284 bool dirty, uint32_t hint, bool hint_valid) in load_mapping()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | iommu_64.h | 23 unsigned int hint; member
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ltpc.h | 44 unsigned char hint; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | process.c | 412 unsigned long hint; in arch_setup_additional_pages() local
|
/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()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | iommu.h | 93 unsigned long hint; member
|
/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
|
D | tcp_input.c | 472 unsigned int hint = min_t(unsigned int, tp->advmss, tp->mss_cache); in tcp_initialize_rcv_mss() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | unwind.h | 55 short hint; member
|
/linux-4.4.14/drivers/base/ |
D | memory.c | 542 struct memory_block *hint) in find_memory_block_hinted()
|
D | bus.c | 390 struct device *hint) in subsys_find_device_by_id()
|
/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 | unaligned.c | 171 unsigned long hint:2; /* [28:29] */ member
|
/linux-4.4.14/net/irda/ |
D | irlmp.c | 1447 __u16_host_order hint; in irlmp_service_to_hint() local
|
/linux-4.4.14/fs/gfs2/ |
D | file.c | 337 int hint = min_t(size_t, INT_MAX, blks); in gfs2_size_hint() local
|
/linux-4.4.14/lib/ |
D | debugobjects.c | 257 void *hint = descr->debug_hint ? in debug_print_object() local
|
/linux-4.4.14/net/sctp/ |
D | sm_make_chunk.c | 934 const size_t hint) in sctp_make_abort() 3498 size_t hint; in sctp_make_fwdtsn() local
|
/linux-4.4.14/kernel/irq/ |
D | irqdomain.c | 839 unsigned int hint; in irq_domain_alloc_descs() local
|
/linux-4.4.14/fs/f2fs/ |
D | segment.c | 878 unsigned int hint = *newseg / sbi->segs_per_sec; in get_new_segment() local
|
/linux-4.4.14/fs/ocfs2/ |
D | suballoc.c | 1875 u64 hint = ac->ac_last_group; in ocfs2_claim_suballoc_bits() local
|
/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()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx.h | 851 uint32_t hint; /* Host interrupt register */ member
|
/linux-4.4.14/net/bluetooth/ |
D | l2cap_core.c | 3300 int type, hint, olen; in l2cap_parse_conf_req() local
|
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 7933 u64 hint, u64 empty_size) in btrfs_alloc_tree_block()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_fw.h | 54 __le32 hint; /* 0x0380 (R/W): Host interrupt register */ member
|