Home
last modified time | relevance | path

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

/Linux-v6.6/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()
/Linux-v6.6/arch/powerpc/include/asm/
Dthread_info.h60 unsigned long local_flags; /* private flags for thread */ member
167 ti->local_flags &= ~flags; in clear_thread_local_flags()
173 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/Linux-v6.6/fs/ocfs2/dlmfs/
Duserdlm.c414 int status, local_flags; in user_dlm_cluster_lock() local
466 local_flags = lkm_flags | DLM_LKF_VALBLK; in user_dlm_cluster_lock()
468 local_flags |= DLM_LKF_CONVERT; in user_dlm_cluster_lock()
479 local_flags, lockres->l_name, in user_dlm_cluster_lock()
/Linux-v6.6/mm/
Dslab.c2275 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument
2288 local_flags, nodeid); in alloc_slabmgmt()
2527 gfp_t local_flags; in cache_grow_begin() local
2540 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow_begin()
2543 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
2550 slab = kmem_getpages(cachep, local_flags, nodeid); in cache_grow_begin()
2577 local_flags & ~GFP_CONSTRAINT_MASK, slab_node); in cache_grow_begin()
2586 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
2594 if (gfpflags_allow_blocking(local_flags)) in cache_grow_begin()
/Linux-v6.6/arch/powerpc/kernel/
Dprocess.c1291 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1374 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1375 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
2363 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2371 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
Dasm-offsets.c174 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()
/Linux-v6.6/net/batman-adv/
Dtranslation-table.c1600 u16 local_flags; in batadv_tt_global_add() local
1727 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, in batadv_tt_global_add()
1730 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; in batadv_tt_global_add()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dchip.c7376 u8 misc_bits, local_flags; in get_linkup_widths() local
7379 read_vc_local_link_mode(dd, &misc_bits, &local_flags, &widths); in get_linkup_widths()