/openbmc/linux/fs/reiserfs/ |
H A D | bitmap.c | 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() 987 static inline int old_way(reiserfs_blocknr_hint_t * hint) in old_way() 1005 static inline void hundredth_slices(reiserfs_blocknr_hint_t * hint) in hundredth_slices() 1018 static void determine_search_start(reiserfs_blocknr_hint_t * hint, in determine_search_start() 1130 static int determine_prealloc_size(reiserfs_blocknr_hint_t * hint) in determine_prealloc_size() 1195 (reiserfs_blocknr_hint_t * hint, b_blocknr_t * new_blocknrs, in blocknrs_and_prealloc_arrays_from_search_start() [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | asm.h | 19 #define PREF(hint, addr, offs) \ argument 22 #define PREFX(hint, addr, index) \ argument 27 #define PREF(hint, addr, offs) argument 28 #define PREFX(hint, addr, index) argument
|
H A D | barrier.h | 20 #define DBAR(hint) __asm__ __volatile__("dbar %0 " : : "I"(hint) : "memory") argument
|
/openbmc/linux/lib/ |
H A D | sbitmap.c | 32 unsigned hint; in update_alloc_hint_before_get() local 45 unsigned int hint, in update_alloc_hint_after_get() 159 unsigned int hint, bool wrap) in __sbitmap_get_word() 264 unsigned int hint, depth; in sbitmap_get() local 293 unsigned int hint, depth; in sbitmap_get_shallow() local 508 unsigned int hint, depth; in __sbitmap_queue_get_batch() local
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 146 u8 hint; member 207 u8 hint = record->hint; in parse_cede_parameters() local 373 u8 hint = record->hint; in fixup_cede0_latency() local
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 151 #define PREF(hint, addr) \ argument 157 #define PREFE(hint, addr) \ argument 164 #define PREFX(hint, addr) \ argument 172 #define PREF(hint, addr) argument 173 #define PREFE(hint, addr) argument 174 #define PREFX(hint, addr) argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mwait.h | 14 #define MWAIT_HINT2CSTATE(hint) (((hint) >> MWAIT_SUBSTATE_SIZE) & MWAIT_CSTATE_MASK) argument 15 #define MWAIT_HINT2SUBSTATE(hint) ((hint) & MWAIT_CSTATE_MASK) argument
|
/openbmc/linux/tools/perf/util/ |
H A D | strbuf.c | 20 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()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_input.c | 309 const struct sk_buff *hint) in ip_can_use_hint() 319 const struct sk_buff *hint) in ip_rcv_finish_core() 597 struct sk_buff *skb, *next, *hint = NULL; in ip_list_rcv_finish() local
|
/openbmc/linux/arch/mips/lib/ |
H A D | memcpy.S | 208 # 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
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_sysfs.c | 270 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 420 struct hda_hint *hint = get_hint(codec, key); in snd_hda_get_hint() local 784 struct hda_hint *hint; in snd_hda_sysfs_clear() local
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_extent.c | 73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 299 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | asm-eva.h | 18 #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
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_input.c | 93 const struct sk_buff *hint) in ip6_can_use_hint() 112 struct sk_buff *skb, *next, *hint = NULL; in ip6_list_rcv_finish() local
|
/openbmc/linux/fs/lockd/ |
H A D | svcsubs.c | 377 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host() 418 struct nlm_host hint; in nlmsvc_mark_resources() local
|
/openbmc/linux/drivers/parisc/ |
H A D | iommu-helpers.h | 16 unsigned long hint, in iommu_fill_pdir()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | bind_bhash.c | 32 struct addrinfo *res, hint = {}; in bind_socket() local
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | iommu-common.h | 16 unsigned long hint; member
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | virtual_address_range.c | 107 char *hint; in main() local
|
/openbmc/linux/drivers/dma/ioat/ |
H A D | hw.h | 86 unsigned int hint:1; member 118 unsigned int hint:1; member 165 unsigned int hint:1; member 214 unsigned int hint:1; member
|
/openbmc/u-boot/include/bedbug/ |
H A D | ppc.h | 32 unsigned int hint; /* A bitwise-inclusive-OR of the member 324 unsigned int hint; /* A bitwise-inclusive-OR of the member
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | ddr_calibrate.c | 65 #define pref_op(hint, addr) \ argument
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-policy-internal.h | 60 bool dirty, uint32_t hint, bool hint_valid) in policy_load_mapping()
|
/openbmc/qemu/hw/mem/ |
H A D | pc-dimm.c | 116 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp) in pc_dimm_get_free_slot()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 265 static bool rw_hint_valid(u64 hint) in rw_hint_valid() 285 u64 hint; in fcntl_rw_hint() local
|