/freebsd/sys/dev/drm2/ |
H A D | drm_atomic.h | 80 #define atomic_clear_mask(b, p) atomic_clear_int((p), (b))
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rtld.c | 162 atomic_clear_int(&l->lock.rw_state, in _thr_rtld_lock_release()
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdSchedule.c | 141 atomic_clear_int(&at->at_flag, ACPI_TASK_USED | ACPI_TASK_ENQUEUED); in acpi_task_execute()
|
/freebsd/sys/kern/ |
H A D | sys_timerfd.c | 237 atomic_clear_int(&fp->f_flag, FASYNC); in timerfd_ioctl() 243 atomic_clear_int(&fp->f_flag, FNONBLOCK); in timerfd_ioctl()
|
H A D | sys_generic.c | 794 atomic_clear_int(&fp->f_flag, FNONBLOCK); in kern_ioctl() 801 atomic_clear_int(&fp->f_flag, FASYNC); in kern_ioctl()
|
H A D | kern_descrip.c | 581 atomic_clear_int(&fp->f_flag, FNONBLOCK); in kern_fcntl() 824 atomic_clear_int(&fp->f_flag, FRDAHEAD); in kern_fcntl() 3756 atomic_clear_int(&fp->f_flag, FHASLOCK); in sys_flock()
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 771 #define atomic_clear_32 atomic_clear_int 818 atomic_clear_int((volatile u_int *)(p), (u_int)(v))
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 228 #define atomic_clear_32 atomic_clear_int 241 #define atomic_clear_ptr atomic_clear_int
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | atomic.h | 136 atomic_clear_int(&v->counter, mask); in atomic_clear_mask()
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 468 atomic_clear_int(&sc->sc_active, SC_A_OPEN); in g_dev_open() 513 atomic_clear_int(&sc->sc_active, SC_A_OPEN); in g_dev_close()
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 518 #define atomic_clear_32 atomic_clear_int
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 202 atomic_clear_int((u_int *)(pte), PG_W)) 4400 atomic_clear_int((u_int *)pde, PG_W); in __CONCAT() 4435 atomic_clear_int((u_int *)pte, PG_W); in __CONCAT() 5223 atomic_clear_int((u_int *)pde, PG_A); in __CONCAT() 5252 atomic_clear_int((u_int *)pte, PG_A); in __CONCAT() 5365 atomic_clear_int((u_int *)pte, PG_M | PG_A); in __CONCAT() 5367 atomic_clear_int((u_int *)pte, PG_A); in __CONCAT() 5439 atomic_clear_int((u_int *)pte, PG_M | PG_RW); in __CONCAT() 5459 atomic_clear_int((u_int *)pte, PG_M); in __CONCAT()
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 298 #define atomic_clear_int atomic_clear_32 macro
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 564 #define atomic_clear_int atomic_clear_32 macro
|
/freebsd/sys/sys/ |
H A D | atomic_san.h | 201 #define atomic_clear_int ATOMIC_SAN(clear_int) macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 1088 #define atomic_clear_int atomic_clear_32 macro
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.h | 839 atomic_clear_int(((volatile int *)p) + (b >> 5), 1 << (b & 0x1f)); in mpi3mr_clear_bit()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 2005 atomic_clear_int(&ngq->q_flags, OP_PENDING); in ng_dequeue() 2185 atomic_clear_int(&ngq->q_flags, OP_PENDING); in ng_flush_input_queue()
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vlapic.c | 1278 atomic_clear_int(&irrptr[idx], 1 << (vector % 32)); in vlapic_intr_accepted()
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_chan.c | 556 atomic_clear_int(&chan->ch_stflags, VMBUS_CHAN_ST_OPENED); in vmbus_chan_open_br()
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.h | 3634 atomic_clear_int(((volatile int *)p) + (b >> 5), 1 << (b & 0x1f)); in mrsas_clear_bit()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 1979 atomic_clear_int(&sc->error_flags, ADAP_FATAL_ERR); in restart_adapter() 1994 atomic_clear_int(&sc->error_flags, HW_OFF_LIMITS); in set_adapter_hwstatus()
|