Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Dnsaccess.c301 u32 local_flags; in acpi_ns_lookup() local
310 local_flags = flags & in acpi_ns_lookup()
557 local_flags |= ACPI_NS_SEARCH_PARENT; in acpi_ns_lookup()
563 local_flags |= ACPI_NS_ERROR_IF_FOUND; in acpi_ns_lookup()
569 local_flags |= ACPI_NS_OVERRIDE_IF_FOUND; in acpi_ns_lookup()
593 this_search_type, local_flags, in acpi_ns_lookup()
/Linux-v5.4/arch/powerpc/include/asm/
Dthread_info.h33 unsigned long local_flags; /* private flags for thread */ member
144 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/Linux-v5.4/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()
/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c1139 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1191 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1192 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
2123 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2131 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
Dasm-offsets.c168 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()
/Linux-v5.4/mm/
Dslab.c2295 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument
2308 local_flags, nodeid); in alloc_slabmgmt()
2572 gfp_t local_flags; in cache_grow_begin() local
2589 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow_begin()
2592 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
2599 page = kmem_getpages(cachep, local_flags, nodeid); in cache_grow_begin()
2626 local_flags & ~GFP_CONSTRAINT_MASK, page_node); in cache_grow_begin()
2634 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
2642 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
/Linux-v5.4/net/batman-adv/
Dtranslation-table.c1691 u16 local_flags; in batadv_tt_global_add() local
1818 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, in batadv_tt_global_add()
1821 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; in batadv_tt_global_add()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dchip.c7385 u8 misc_bits, local_flags; in get_linkup_widths() local
7388 read_vc_local_link_mode(dd, &misc_bits, &local_flags, &widths); in get_linkup_widths()