Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dthread_info.h45 unsigned long local_flags; /* private flags for thread */ member
150 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()
155 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; in clear_restore_sigmask()
159 return current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK; in test_restore_sigmask()
164 if (!(ti->local_flags & _TLF_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
166 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
173 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/linux-4.1.27/drivers/acpi/acpica/
Dnsaccess.c299 u32 local_flags; in acpi_ns_lookup() local
307 local_flags = flags & ~(ACPI_NS_ERROR_IF_FOUND | ACPI_NS_SEARCH_PARENT); in acpi_ns_lookup()
542 local_flags |= ACPI_NS_SEARCH_PARENT; in acpi_ns_lookup()
548 local_flags |= ACPI_NS_ERROR_IF_FOUND; in acpi_ns_lookup()
561 this_search_type, local_flags, in acpi_ns_lookup()
/linux-4.1.27/fs/ocfs2/dlmfs/
Duserdlm.c429 int status, local_flags; in user_dlm_cluster_lock() local
476 local_flags = lkm_flags | DLM_LKF_VALBLK; in user_dlm_cluster_lock()
478 local_flags |= DLM_LKF_CONVERT; in user_dlm_cluster_lock()
489 local_flags, lockres->l_name, in user_dlm_cluster_lock()
/linux-4.1.27/mm/
Dslab.c2461 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument
2469 local_flags, nodeid); in alloc_slabmgmt()
2607 gfp_t local_flags; in cache_grow() local
2618 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow()
2634 if (local_flags & __GFP_WAIT) in cache_grow()
2650 page = kmem_getpages(cachep, local_flags, nodeid); in cache_grow()
2656 local_flags & ~GFP_CONSTRAINT_MASK, nodeid); in cache_grow()
2664 if (local_flags & __GFP_WAIT) in cache_grow()
2678 if (local_flags & __GFP_WAIT) in cache_grow()
3014 gfp_t local_flags; in fallback_alloc() local
[all …]
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c886 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
905 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
906 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
1615 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
1624 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
Dasm-offsets.c161 DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags)); in main()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3313 __u32 local_flags = 0; in lustre_get_wire_obdo() local
3316 local_flags = lobdo->o_flags & OBD_FL_LOCAL_MASK; in lustre_get_wire_obdo()
3319 if (local_flags != 0) { in lustre_get_wire_obdo()
3322 lobdo->o_flags |= local_flags; in lustre_get_wire_obdo()
/linux-4.1.27/net/batman-adv/
Dtranslation-table.c1325 uint16_t local_flags; in batadv_tt_global_add() local
1440 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, in batadv_tt_global_add()
1443 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; in batadv_tt_global_add()