Searched refs:a_flags (Results 1 – 13 of 13) 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 | irq_work.h | 44 return atomic_read(&work->node.a_flags) & IRQ_WORK_PENDING; in irq_work_is_pending() 49 return atomic_read(&work->node.a_flags) & IRQ_WORK_BUSY; in irq_work_is_busy() 54 return atomic_read(&work->node.a_flags) & IRQ_WORK_HARD_IRQ; in irq_work_is_hard()
|
H A D | smp_types.h | 62 atomic_t a_flags; member
|
/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/parisc/kernel/vdso64/ |
H A D | Makefile | 55 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
|
/linux/arch/parisc/kernel/vdso32/ |
H A D | Makefile | 56 cmd_vdso32as = $(CROSS32CC) $(a_flags) -c -o $@ $<
|
/linux/arch/s390/kernel/vdso64/ |
H A D | Makefile | 69 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
|
/linux/fs/ntfs3/ |
H A D | attrib.c | 1868 __le16 a_flags; in attr_collapse_range() local 1885 a_flags = attr_b->flags; in attr_collapse_range() 1998 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range() 2125 __le16 a_flags; in attr_punch_hole() local 2192 a_flags = attr_b->flags; in attr_punch_hole() 2256 evcn1 - next_svcn, a_flags, in attr_punch_hole() 2343 __le16 a_flags; in attr_insert_range() local 2428 a_flags = attr_b->flags; in attr_insert_range() 2483 a_flags, NULL, NULL, NULL); in attr_insert_range()
|
/linux/scripts/ |
H A D | Makefile.lib | 250 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 328 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $< $(cmd_objtool)
|
H A D | Makefile.build | 299 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
|
/linux/include/linux/lockd/ |
H A D | lockd.h | 141 unsigned int a_flags; /* initial RPC task flags */ member
|
/linux/arch/mips/vdso/ |
H A D | Makefile | 74 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
|
/linux/fs/lockd/ |
H A D | clntproc.c | 797 req->a_flags = RPC_TASK_ASYNC; in nlmclnt_cancel()
|