| /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
|
| /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() 284 unsigned int hint, depth; in sbitmap_get() local 328 unsigned int hint, depth; in sbitmap_get_shallow() local 519 unsigned int hint, depth; in __sbitmap_queue_get_batch() local
|
| /linux/block/ |
| H A D | badblocks.c | 457 static int prev_by_hint(struct badblocks *bb, sector_t s, int hint) in prev_by_hint() 482 int hint) in prev_badblocks() 844 int prev = -1, hint = -1; in _badblocks_set() local 1052 int prev = -1, hint = -1; in _badblocks_clear() local 1189 int prev = -1, hint = -1, set = 0; in _badblocks_check() local
|
| /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
|
| /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()
|
| /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
|
| /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
|
| /linux/fs/jfs/ |
| H A D | jfs_extent.c | 73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 309 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
|
| /linux/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 40 #define ___KABI_RULE(hint, target, value) \ argument 46 #define __KABI_RULE(hint, target, value) \ argument
|
| /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
|
| /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
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_hxg_helpers.h | 80 static inline u32 guc_hxg_msg_encode_failure(u32 *msg, u32 error, u32 hint) in guc_hxg_msg_encode_failure()
|
| /linux/drivers/parisc/ |
| H A D | iommu-helpers.h | 16 unsigned long hint, in iommu_fill_pdir()
|
| /linux/tools/testing/selftests/net/ |
| H A D | bind_bhash.c | 32 struct addrinfo *res, hint = {}; in bind_socket() local
|
| /linux/arch/sparc/include/asm/ |
| H A D | iommu-common.h | 16 unsigned long hint; member
|
| H A D | iommu_64.h | 24 unsigned int hint; member
|
| /linux/tools/testing/selftests/mm/ |
| H A D | virtual_address_range.c | 207 char *hint; in main() local
|
| /linux/drivers/md/ |
| H A D | dm-cache-policy-internal.h | 60 bool dirty, uint32_t hint, bool hint_valid) in policy_load_mapping()
|
| /linux/arch/arm/kernel/ |
| H A D | process.c | 401 unsigned long hint; in arch_setup_additional_pages() local
|
| /linux/kernel/futex/ |
| H A D | waitwake.c | 541 int ret, hint = 0; futex_wait_multiple() local
|
| /linux/drivers/nvdimm/ |
| H A D | nd.h | 311 int dimm, int hint) in ndrd_get_flush_wpq() 320 int hint, void __iomem *flush) in ndrd_set_flush_wpq()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | slab-depot.c | 217 block_count_t hint; in compute_fullness_hint() local 634 u8 hint = slab->allocator->summary_entries[slab->slab_number].fullness_hint; in update_tail_block_location() local 4149 u8 hint; in allocate_components() local
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 959 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint, in wnd_find()
|
| H A D | super.c | 930 const char *hint = "Primary boot"; ntfs_init_from_boot() local [all...] |