Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 25 of 119) sorted by relevance

12345

/kernel/linux/linux-4.19/fs/reiserfs/
Dbitmap.c773 static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint) in new_hashed_relocation()
799 static void dirid_groups(reiserfs_blocknr_hint_t * hint) in dirid_groups()
825 static void oid_groups(reiserfs_blocknr_hint_t * hint) in oid_groups()
854 static int get_left_neighbor(reiserfs_blocknr_hint_t * hint) in get_left_neighbor()
908 reiserfs_blocknr_hint_t * hint) in set_border_in_hint()
919 static inline void displace_large_file(reiserfs_blocknr_hint_t * hint) in displace_large_file()
933 static inline void hash_formatted_node(reiserfs_blocknr_hint_t * hint) in hash_formatted_node()
949 this_blocknr_allocation_would_make_it_a_large_file(reiserfs_blocknr_hint_t * in this_blocknr_allocation_would_make_it_a_large_file()
957 static inline void displace_new_packing_locality(reiserfs_blocknr_hint_t * hint) in displace_new_packing_locality()
968 static inline int old_hashed_relocation(reiserfs_blocknr_hint_t * hint) in old_hashed_relocation()
[all …]
/kernel/linux/linux-5.10/fs/reiserfs/
Dbitmap.c773 static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint) in new_hashed_relocation()
799 static void dirid_groups(reiserfs_blocknr_hint_t * hint) in dirid_groups()
825 static void oid_groups(reiserfs_blocknr_hint_t * hint) in oid_groups()
854 static int get_left_neighbor(reiserfs_blocknr_hint_t * hint) in get_left_neighbor()
908 reiserfs_blocknr_hint_t * hint) in set_border_in_hint()
919 static inline void displace_large_file(reiserfs_blocknr_hint_t * hint) in displace_large_file()
933 static inline void hash_formatted_node(reiserfs_blocknr_hint_t * hint) in hash_formatted_node()
949 this_blocknr_allocation_would_make_it_a_large_file(reiserfs_blocknr_hint_t * in this_blocknr_allocation_would_make_it_a_large_file()
957 static inline void displace_new_packing_locality(reiserfs_blocknr_hint_t * hint) in displace_new_packing_locality()
968 static inline int old_hashed_relocation(reiserfs_blocknr_hint_t * hint) in old_hashed_relocation()
[all …]
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dmwait.h14 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) argument
15 #define MWAIT_HINT2SUBSTATE(hint) ((hint) & MWAIT_CSTATE_MASK) argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmwait.h14 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) argument
15 #define MWAIT_HINT2SUBSTATE(hint) ((hint) & MWAIT_CSTATE_MASK) argument
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dasm.h152 #define PREF(hint,addr) \ argument
158 #define PREFE(hint, addr) \ argument
165 #define PREFX(hint,addr) \ argument
173 #define PREF(hint, addr) argument
174 #define PREFE(hint, addr) argument
175 #define PREFX(hint, addr) argument
/kernel/linux/linux-5.10/tools/perf/util/
Dstrbuf.c20 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init()
139 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
/kernel/linux/linux-4.19/tools/perf/util/
Dstrbuf.c14 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init()
133 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
/kernel/linux/linux-5.10/net/ipv4/
Dip_input.c306 const struct sk_buff *hint) in ip_can_use_hint()
316 const struct sk_buff *hint) in ip_rcv_finish_core()
566 struct sk_buff *skb, *next, *hint = NULL; in ip_list_rcv_finish() local
/kernel/linux/linux-5.10/arch/mips/lib/
Dmemcpy.S208 # define _PREF(hint, addr, type) \ argument
229 # define _PREF(hint, addr, type) argument
232 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) argument
233 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) argument
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_sysfs.c271 const struct hda_hint *hint; in hints_show() local
284 struct hda_hint *hint; in get_hint() local
312 struct hda_hint *hint; in parse_hints() local
423 struct hda_hint *hint = get_hint(codec, key); in snd_hda_get_hint() local
787 struct hda_hint *hint; in snd_hda_sysfs_clear() local
/kernel/linux/linux-4.19/sound/pci/hda/
Dhda_sysfs.c270 const struct hda_hint *hint; in hints_show() local
283 struct hda_hint *hint; 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
786 struct hda_hint *hint; in snd_hda_sysfs_clear() local
/kernel/linux/linux-4.19/lib/
Dsbitmap.c83 unsigned int hint, bool wrap) in __sbitmap_get_word()
374 unsigned int hint, depth; in __sbitmap_queue_get() local
403 unsigned int hint, depth; in __sbitmap_queue_get_shallow() local
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dasm-eva.h18 #define kernel_pref(hint, base) "pref " hint ", " base "\n" argument
55 #define user_pref(hint, base) __BUILD_EVA_INSN("prefe", hint, base) argument
77 #define user_pref(hint, base) kernel_pref(hint, base) argument
105 #define kernel_pref(hint, base) pref hint, base argument
142 #define user_pref(hint, base) __BUILD_EVA_INSN(prefe, hint, base) argument
163 #define user_pref(hint, base) kernel_pref(hint, base) argument
/kernel/linux/linux-5.10/drivers/cpuidle/
Dcpuidle-pseries.c144 u8 hint; member
205 u8 hint = record->hint; in parse_cede_parameters() local
/kernel/linux/linux-4.19/arch/mips/lib/
Dmemcpy.S207 #define _PREF(hint, addr, type) \ argument
228 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) argument
229 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) argument
/kernel/linux/linux-5.10/lib/
Dsbitmap.c108 unsigned int hint, bool wrap) in __sbitmap_get_word()
426 unsigned int hint, depth; in __sbitmap_queue_get() local
455 unsigned int hint, depth; in __sbitmap_queue_get_shallow() local
/kernel/linux/linux-5.10/fs/lockd/
Dsvcsubs.c331 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host()
372 struct nlm_host hint; in nlmsvc_mark_resources() local
/kernel/linux/linux-4.19/fs/lockd/
Dsvcsubs.c330 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host()
371 struct nlm_host hint; in nlmsvc_mark_resources() local
/kernel/linux/linux-5.10/net/ipv6/
Dip6_input.c90 const struct sk_buff *hint) in ip6_can_use_hint()
108 struct sk_buff *skb, *next, *hint = NULL; in ip6_list_rcv_finish() local
/kernel/linux/linux-5.10/fs/jfs/
Djfs_extent.c76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
496 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
/kernel/linux/linux-4.19/fs/jfs/
Djfs_extent.c89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
509 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
/kernel/linux/linux-5.10/drivers/parisc/
Diommu-helpers.h16 unsigned long hint, in iommu_fill_pdir()
/kernel/linux/linux-4.19/tools/testing/selftests/vm/
Dvirtual_address_range.c101 char *hint; in main() local
/kernel/linux/linux-4.19/drivers/parisc/
Diommu-helpers.h16 unsigned long hint, in iommu_fill_pdir()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dvirtual_address_range.c101 char *hint; in main() local

12345