Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dsignal.c124 if (current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK) in do_signal()
137 if (ti->local_flags & _TLF_RESTORE_SIGMASK) { in do_signal()
138 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()
176 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()
Dprocess.c508 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
529 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
530 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
1230 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
1239 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
Dasm-offsets.c122 DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags)); in main()
/linux-3.4.99/arch/powerpc/include/asm/
Dthread_info.h41 unsigned long local_flags; /* private flags for thread */ member
156 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()
163 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/linux-3.4.99/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()
541 local_flags |= ACPI_NS_SEARCH_PARENT; in acpi_ns_lookup()
547 local_flags |= ACPI_NS_ERROR_IF_FOUND; in acpi_ns_lookup()
560 this_search_type, local_flags, in acpi_ns_lookup()
/linux-3.4.99/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-3.4.99/mm/
Dslab.c2773 int colour_off, gfp_t local_flags, in alloc_slabmgmt() argument
2781 local_flags, nodeid); in alloc_slabmgmt()
2789 local_flags); in alloc_slabmgmt()
2936 gfp_t local_flags; in cache_grow() local
2944 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow()
2960 if (local_flags & __GFP_WAIT) in cache_grow()
2976 objp = kmem_getpages(cachep, local_flags, nodeid); in cache_grow()
2982 local_flags & ~GFP_CONSTRAINT_MASK, nodeid); in cache_grow()
2990 if (local_flags & __GFP_WAIT) in cache_grow()
3004 if (local_flags & __GFP_WAIT) in cache_grow()
[all …]