Searched refs:test_and_set_bit (Results 251 - 275 of 775) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/watchdog/
H A Dpcwd_usb.c480 if (test_and_set_bit(0, &is_active))
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c408 } while (test_and_set_bit(win, &phb->ioda.m64_bar_alloc));
/linux-master/drivers/char/
H A Ddsp56k.c438 if (test_and_set_bit(0, &dsp56k.in_use)) {
/linux-master/arch/sparc/kernel/
H A Dpci_msi.c102 if (!test_and_set_bit(i, pbm->msi_bitmap))
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c461 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id,
573 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id,
726 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id,
1045 GEM_BUG_ON(test_and_set_bit(I915_RESET_ENGINE + id,
H A Dintel_breadcrumbs.c132 return !test_and_set_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &fence->flags);
/linux-master/fs/nfs/
H A Ddns_resolve.c154 if (test_and_set_bit(CACHE_PENDING, &ch->flags))
/linux-master/arch/um/kernel/
H A Dirq.c443 if (!test_and_set_bit(i, irqs_allocated)) {
/linux-master/drivers/s390/char/
H A Dmonreader.c284 if (test_and_set_bit(MON_IN_USE, &mon_in_use))
/linux-master/drivers/perf/
H A Dapple_m1_cpu_pmu.c451 if (!test_and_set_bit(idx, cpuc->used_mask))
/linux-master/arch/arm/kernel/
H A Dperf_event_v7.c1022 if (test_and_set_bit(ARMV7_IDX_CYCLE_COUNTER, cpuc->used_mask))
1033 if (!test_and_set_bit(idx, cpuc->used_mask))
1596 if (test_and_set_bit(bit, cpuc->used_mask))
1914 if (test_and_set_bit(bit, cpuc->used_mask))
/linux-master/fs/xfs/
H A Dxfs_fsops.c490 if (test_and_set_bit(XFS_OPSTATE_SHUTDOWN, &mp->m_opstate)) {
/linux-master/include/linux/
H A Dbuffer_head.h110 return test_and_set_bit(BH_##bit, &(bh)->b_state); \
H A Dnodemask.h159 return test_and_set_bit(node, addr->bits);
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.c117 !test_and_set_bit(group, pctrl->ever_gpio)) {
/linux-master/fs/afs/
H A Dvolume.c66 if (!test_and_set_bit(AFS_VOLUME_RM_TREE, &volume->flags))
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1853 if (!test_and_set_bit(work_bit, &device->flags)) {
1857 if (!test_and_set_bit(DEVICE_WORK_PENDING, &connection->flags))
2041 if (!test_and_set_bit(GOING_DISKLESS, &device->flags))
2219 if (!test_and_set_bit(BITMAP_IO_QUEUED, &device->flags))
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c242 if (!test_and_set_bit(ffs(HID_STAT_REPROBED), &hdev->status))
/linux-master/net/rxrpc/
H A Dlocal_object.c102 test_and_set_bit(RXRPC_CLIENT_CONN_REAP_TIMER, &local->client_conn_flags))
/linux-master/kernel/irq/
H A Dmatrix.c334 if (WARN_ON_ONCE(test_and_set_bit(bit, cm->alloc_map)))
/linux-master/drivers/pwm/
H A Dsysfs.c247 if (test_and_set_bit(PWMF_EXPORTED, &pwm->flags))
/linux-master/fs/ubifs/
H A Dlpt_commit.c628 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) {
636 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
877 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
883 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
/linux-master/lib/
H A Dubsan.c126 return test_and_set_bit(REPORTED_BIT, &location->reported);
/linux-master/arch/arc/mm/
H A Dtlb.c491 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags);
/linux-master/drivers/net/hamradio/
H A Dhdlcdrv.c163 if (test_and_set_bit(0, &s->hdlcrx.in_hdlc_rx))
262 if (test_and_set_bit(0, &s->hdlctx.in_hdlc_tx))

Completed in 238 milliseconds

<<11121314151617181920>>