Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/acpi/acpica/
Dnsaccess.c299 u32 local_flags; in acpi_ns_lookup() local
307 local_flags = flags & in acpi_ns_lookup()
544 local_flags |= ACPI_NS_SEARCH_PARENT; in acpi_ns_lookup()
550 local_flags |= ACPI_NS_ERROR_IF_FOUND; in acpi_ns_lookup()
556 local_flags |= ACPI_NS_OVERRIDE_IF_FOUND; in acpi_ns_lookup()
569 this_search_type, local_flags, in acpi_ns_lookup()
/linux-4.4.14/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.4.14/mm/
Dslab.c2452 gfp_t local_flags, int nodeid) in alloc_slabmgmt() argument
2460 local_flags, nodeid); in alloc_slabmgmt()
2598 gfp_t local_flags; in cache_grow() local
2609 local_flags = flags & (GFP_CONSTRAINT_MASK|GFP_RECLAIM_MASK); in cache_grow()
2625 if (gfpflags_allow_blocking(local_flags)) in cache_grow()
2641 page = kmem_getpages(cachep, local_flags, nodeid); in cache_grow()
2647 local_flags & ~GFP_CONSTRAINT_MASK, nodeid); in cache_grow()
2655 if (gfpflags_allow_blocking(local_flags)) in cache_grow()
2669 if (gfpflags_allow_blocking(local_flags)) in cache_grow()
3005 gfp_t local_flags; in fallback_alloc() local
[all …]
/linux-4.4.14/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()
1614 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
1623 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.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3292 __u32 local_flags = 0; in lustre_get_wire_obdo() local
3295 local_flags = lobdo->o_flags & OBD_FL_LOCAL_MASK; in lustre_get_wire_obdo()
3298 if (local_flags != 0) { in lustre_get_wire_obdo()
3301 lobdo->o_flags |= local_flags; in lustre_get_wire_obdo()
/linux-4.4.14/net/batman-adv/
Dtranslation-table.c1356 u16 local_flags; in batadv_tt_global_add() local
1477 local_flags = batadv_tt_local_remove(bat_priv, tt_addr, vid, in batadv_tt_global_add()
1480 tt_global_entry->common.flags |= local_flags & BATADV_TT_CLIENT_WIFI; in batadv_tt_global_add()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c3663 u8 misc_bits, local_flags; in get_linkup_widths() local
3666 read_vc_local_link_width(dd, &misc_bits, &local_flags, &widths); in get_linkup_widths()