Home
last modified time | relevance | path

Searched refs:local_flags (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dnsaccess.c300 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()
/kernel/liteos_a/testsuites/unittest/
DBUILD.gn32 local_flags = [
42 local_flags += [ "-DLOSCFG_USER_TEST_SMP" ]
47 cflags += local_flags
56 cflags += local_flags
62 cflags += local_flags
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dthread_info.h51 unsigned long local_flags; /* private flags for thread */ member
159 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/
Duserdlm.c416 int status, local_flags; in user_dlm_cluster_lock() local
463 local_flags = lkm_flags | DLM_LKF_VALBLK; in user_dlm_cluster_lock()
465 local_flags |= DLM_LKF_CONVERT; in user_dlm_cluster_lock()
476 local_flags, lockres->l_name, in user_dlm_cluster_lock()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1225 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()
Dasm-offsets.c190 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()
/kernel/linux/linux-5.10/mm/
Dslab.c2293 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument
2306 local_flags, nodeid); in alloc_slabmgmt()
2568 gfp_t local_flags; in cache_grow_begin() local
2581 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow_begin()
2584 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
2591 page = kmem_getpages(cachep, local_flags, nodeid); in cache_grow_begin()
2618 local_flags & ~GFP_CONSTRAINT_MASK, page_node); in cache_grow_begin()
2626 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
2634 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
/kernel/linux/linux-5.10/net/batman-adv/
Dtranslation-table.c1693 u16 local_flags; in batadv_tt_global_add() local
1820 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, in batadv_tt_global_add()
1823 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; in batadv_tt_global_add()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dchip.c7415 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()