Searched refs:a_flags (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/ |
| H A D | irq_work.c | 61 oflags = atomic_fetch_or(IRQ_WORK_CLAIMED | CSD_TYPE_IRQ_WORK, &work->node.a_flags); in irq_work_claim() 95 work_flags = atomic_read(&work->node.a_flags); in __irq_work_queue_local() 163 !(atomic_read(&work->node.a_flags) & IRQ_WORK_HARD_IRQ)) { in irq_work_queue_on() 211 flags = atomic_read(&work->node.a_flags); in irq_work_single() 213 atomic_set(&work->node.a_flags, flags); in irq_work_single() 228 (void)atomic_cmpxchg(&work->node.a_flags, flags, flags & ~IRQ_WORK_BUSY); in irq_work_single()
|
| /linux/include/linux/ |
| H A D | smp_types.h | 62 atomic_t a_flags; member
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 122 cmd_vdso32as = $(VDSOCC) $(a_flags) $(CC32FLAGS) $(AS32FLAGS) -c -o $@ $< 129 cmd_vdso64as = $(VDSOCC) $(a_flags) $(AS64FLAGS) -c -o $@ $<
|
| /linux/arch/riscv/kernel/compat_vdso/ |
| H A D | Makefile | 72 cmd_compat_vdsoas = $(COMPAT_CC) $(a_flags) $(COMPAT_CC_FLAGS) -c -o $@ $<
|
| /linux/arch/loongarch/vdso/ |
| H A D | Makefile | 56 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
|
| /linux/scripts/ |
| H A D | Makefile.lib | 177 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 282 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $< $(cmd_objtool)
|
| H A D | Makefile.build | 421 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
|
| /linux/fs/ntfs3/ |
| H A D | attrib.c | 2022 __le16 a_flags; in attr_collapse_range() local 2113 a_flags = attr_b->flags; in attr_collapse_range() 2197 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range() 2315 __le16 a_flags; in attr_punch_hole() local 2383 a_flags = attr_b->flags; in attr_punch_hole() 2450 evcn1 - next_svcn, a_flags, &attr, &mi, &le); in attr_punch_hole() 2538 __le16 a_flags; in attr_insert_range() local 2626 a_flags = attr_b->flags; in attr_insert_range() 2685 evcn1 + len - next_svcn, a_flags, in attr_insert_range()
|
| /linux/fs/lockd/ |
| H A D | lockd.h | 180 unsigned int a_flags; /* initial RPC task flags */ member
|
| H A D | svclock.c | 231 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_create_block()
|
| H A D | svc4proc.c | 584 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()
|
| H A D | svcproc.c | 594 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
|