Searched refs:local_flags (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsaccess.c | 300 u32 local_flags; in acpi_ns_lookup() local 309 local_flags = flags & in acpi_ns_lookup() 556 local_flags |= ACPI_NS_SEARCH_PARENT; in acpi_ns_lookup() 562 local_flags |= ACPI_NS_ERROR_IF_FOUND; in acpi_ns_lookup() 568 local_flags |= ACPI_NS_OVERRIDE_IF_FOUND; in acpi_ns_lookup() 592 this_search_type, local_flags, in acpi_ns_lookup()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmzone.c | 108 gfp_t local_flags = flags; in gfp_zone() local 111 trace_android_rvh_set_gfp_zone_flags(&local_flags); in gfp_zone() 113 bit = (__force int) ((local_flags) & GFP_ZONEMASK); in gfp_zone()
|
| H A D | slab.c | 2294 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument 2307 local_flags, nodeid); in alloc_slabmgmt() 2569 gfp_t local_flags; in cache_grow_begin() local 2582 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow_begin() 2585 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin() 2592 page = kmem_getpages(cachep, local_flags, nodeid); in cache_grow_begin() 2619 local_flags & ~GFP_CONSTRAINT_MASK, page_node); in cache_grow_begin() 2627 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin() 2635 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | thread_info.h | 57 unsigned long local_flags; /* private flags for thread */ member 168 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlmfs/ |
| H A D | userdlm.c | 416 int status, local_flags; in user_dlm_cluster_lock() local 468 local_flags = lkm_flags | DLM_LKF_VALBLK; in user_dlm_cluster_lock() 470 local_flags |= DLM_LKF_CONVERT; in user_dlm_cluster_lock() 481 local_flags, lockres->l_name, in user_dlm_cluster_lock()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | process.c | 1225 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to() 1302 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to() 1303 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to() 2231 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on() 2239 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
|
| H A D | asm-offsets.c | 190 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | df.h | 317 unsigned int local_flags; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | df.h | 317 unsigned int local_flags; member
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | translation-table.c | 1688 u16 local_flags; in batadv_tt_global_add() local 1815 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, in batadv_tt_global_add() 1818 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; in batadv_tt_global_add()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 7415 u8 misc_bits, local_flags; in get_linkup_widths() local 7418 read_vc_local_link_mode(dd, &misc_bits, &local_flags, &widths); in get_linkup_widths()
|