Searched refs:local_flags (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dthread_info.h45 unsigned long local_flags; /* private flags for thread */ member in struct:thread_info
131 /* Bits in local_flags */
150 ti->local_flags |= _TLF_RESTORE_SIGMASK; set_restore_sigmask()
155 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; clear_restore_sigmask()
159 return current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK; test_restore_sigmask()
164 if (!(ti->local_flags & _TLF_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
166 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
173 return (ti->local_flags & flags) != 0; test_thread_local_flags()
H A Dexception-64s.h563 * It sets the _TLF_NAPPING bit in current_thread_info()->local_flags
/linux-4.4.14/drivers/acpi/acpica/
H A Dnsaccess.c299 u32 local_flags; acpi_ns_lookup() local
307 local_flags = flags & acpi_ns_lookup()
544 local_flags |= ACPI_NS_SEARCH_PARENT; acpi_ns_lookup()
550 local_flags |= ACPI_NS_ERROR_IF_FOUND; acpi_ns_lookup()
556 local_flags |= ACPI_NS_OVERRIDE_IF_FOUND; acpi_ns_lookup()
569 this_search_type, local_flags, acpi_ns_lookup()
/linux-4.4.14/fs/ocfs2/dlmfs/
H A Duserdlm.c429 int status, local_flags; user_dlm_cluster_lock() local
476 local_flags = lkm_flags | DLM_LKF_VALBLK; user_dlm_cluster_lock()
478 local_flags |= DLM_LKF_CONVERT; user_dlm_cluster_lock()
489 local_flags, lockres->l_name, user_dlm_cluster_lock()
/linux-4.4.14/arch/powerpc/kernel/
H A Dprocess.c886 current_thread_info()->local_flags |= _TLF_LAZY_MMU; __switch_to()
905 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { __switch_to()
906 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; __switch_to()
1614 ti->local_flags |= _TLF_RUNLATCH; __ppc64_runlatch_on()
1623 ti->local_flags &= ~_TLF_RUNLATCH; __ppc64_runlatch_off()
H A Dasm-offsets.c161 DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags)); main()
/linux-4.4.14/mm/
H A Dslab.c2452 gfp_t local_flags, int nodeid) alloc_slabmgmt()
2460 local_flags, nodeid); alloc_slabmgmt()
2598 gfp_t local_flags; cache_grow() local
2609 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); cache_grow()
2625 if (gfpflags_allow_blocking(local_flags)) cache_grow()
2641 page = kmem_getpages(cachep, local_flags, nodeid); cache_grow()
2647 local_flags & ~GFP_CONSTRAINT_MASK, nodeid); cache_grow()
2655 if (gfpflags_allow_blocking(local_flags)) cache_grow()
2669 if (gfpflags_allow_blocking(local_flags)) cache_grow()
3005 gfp_t local_flags; fallback_alloc() local
3016 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); fallback_alloc()
3049 if (gfpflags_allow_blocking(local_flags))
3052 page = kmem_getpages(cache, local_flags, numa_mem_id());
3053 if (gfpflags_allow_blocking(local_flags))
2450 alloc_slabmgmt(struct kmem_cache *cachep, struct page *page, int colour_off, gfp_t local_flags, int nodeid) alloc_slabmgmt() argument
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h3292 __u32 local_flags = 0; lustre_get_wire_obdo() local
3295 local_flags = lobdo->o_flags & OBD_FL_LOCAL_MASK; lustre_get_wire_obdo()
3298 if (local_flags != 0) { lustre_get_wire_obdo()
3301 lobdo->o_flags |= local_flags; lustre_get_wire_obdo()
/linux-4.4.14/net/batman-adv/
H A Dtranslation-table.c1356 u16 local_flags; batadv_tt_global_add() local
1477 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, batadv_tt_global_add()
1480 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; batadv_tt_global_add()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dchip.c3663 u8 misc_bits, local_flags; get_linkup_widths() local
3666 read_vc_local_link_width(dd, &misc_bits, &local_flags, &widths); get_linkup_widths()

Completed in 527 milliseconds