| /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 | 170 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/fs/p9fs/ |
| H A D | p9fs.h | 120 #define P9FS_NODE_CLRF(n, f) atomic_clear_int(&(n)->flags, (f))
|
| /freebsd/sys/kern/ |
| H A D | sys_timerfd.c | 246 atomic_clear_int(&fp->f_flag, FASYNC); in timerfd_ioctl() 252 atomic_clear_int(&fp->f_flag, FNONBLOCK); in timerfd_ioctl()
|
| H A D | sys_generic.c | 805 atomic_clear_int(&fp->f_flag, f_flag); in kern_ioctl()
|
| H A D | kern_descrip.c | 929 atomic_clear_int(&fp->f_flag, FRDAHEAD); in kern_fcntl() 3985 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/compat/linuxkpi/common/include/asm/ |
| H A D | atomic.h | 136 atomic_clear_int(&v->counter, mask); in atomic_clear_mask()
|
| /freebsd/sys/powerpc/include/ |
| H A D | atomic.h | 255 #define atomic_clear_32 atomic_clear_int 268 #define atomic_clear_ptr atomic_clear_int
|
| /freebsd/sys/geom/ |
| H A D | geom_dev.c | 469 atomic_clear_int(&sc->sc_active, SC_A_OPEN); in g_dev_open() 514 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/riscv/include/ |
| H A D | atomic.h | 298 #define atomic_clear_int atomic_clear_32 macro
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap.c | 202 atomic_clear_int((u_int *)(pte), PG_W)) 4408 atomic_clear_int((u_int *)pde, PG_W); in __CONCAT() 4443 atomic_clear_int((u_int *)pte, PG_W); in __CONCAT() 5231 atomic_clear_int((u_int *)pde, PG_A); in __CONCAT() 5260 atomic_clear_int((u_int *)pte, PG_A); in __CONCAT() 5373 atomic_clear_int((u_int *)pte, PG_M | PG_A); in __CONCAT() 5375 atomic_clear_int((u_int *)pte, PG_A); in __CONCAT() 5447 atomic_clear_int((u_int *)pte, PG_M | PG_RW); in __CONCAT() 5467 atomic_clear_int((u_int *)pte, PG_M); in __CONCAT()
|
| /freebsd/sys/sys/ |
| H A D | atomic_san.h | 201 #define atomic_clear_int ATOMIC_SAN(clear_int) macro
|
| /freebsd/sys/arm64/include/ |
| H A D | atomic.h | 564 #define atomic_clear_int atomic_clear_32 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 | 855 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 | 1279 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 | 2097 atomic_clear_int(&sc->error_flags, ADAP_FATAL_ERR); in restart_adapter() 2112 atomic_clear_int(&sc->error_flags, HW_OFF_LIMITS); in set_adapter_hwstatus()
|