Home
last modified time | relevance | path

Searched refs:clear_bit (Results 1 – 25 of 33) sorted by relevance

12

/include/linux/
Dscx200_gpio.h57 clear_bit(index, shadow); /* __clear_bit()? */ in scx200_gpio_set_low()
71 clear_bit(index, shadow); in scx200_gpio_set()
Dfolio_queue.h132 clear_bit(slot, &folioq->marks); in folioq_unmark()
171 clear_bit(slot, &folioq->marks2); in folioq_unmark2()
210 clear_bit(slot, &folioq->marks3); in folioq_unmark3()
Dthread_info.h94 clear_bit(flag, (unsigned long *)&ti->flags); in clear_ti_thread_flag()
154 clear_bit(SYSCALL_WORK_BIT_##fl, &current_thread_info()->syscall_work)
161 clear_bit(SYSCALL_WORK_BIT_##fl, &task_thread_info(t)->syscall_work)
Dpage_idle.h85 clear_bit(PAGE_EXT_IDLE, &page_ext->flags); in folio_clear_idle()
Dlru_cache.h288 clear_bit(__LC_DIRTY, &lc->flags); in lc_unlock()
Dudp.h107 clear_bit(UDP_FLAGS_##nr, &udp_sk(sk)->udp_flags)
Dbuffer_head.h97 clear_bit(BH_##bit, &(bh)->b_state); \
162 clear_bit(BH_Uptodate, &bh->b_state); in clear_buffer_uptodate()
Dbitops.h271 ((value) ? set_bit((nr), (addr)) : clear_bit((nr), (addr)))
Dsbitmap.h325 clear_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr)); in sbitmap_clear_bit()
Dipv6.h290 clear_bit(INET_FLAGS_##nr, &inet_sk(sk)->inet_flags)
Dpage-flags.h394 { clear_bit(PG_##name, folio_flags(folio, page)); }
430 { clear_bit(PG_##lname, &policy(page, 1)->flags); }
1169 clear_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in ClearPageAnonExclusive()
Dfscache.h653 clear_bit(FSCACHE_COOKIE_NO_DATA_TO_READ, &cookie->flags); in fscache_note_page_release()
Dpagemap.h270 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
310 clear_bit(AS_RELEASE_ALWAYS, &mapping->flags); in mapping_clear_release_always()
325 clear_bit(AS_STABLE_WRITES, &mapping->flags); in mapping_clear_stable_writes()
Dnodemask.h137 clear_bit(node, dstp->bits); in __node_clear()
Dof.h208 clear_bit(flag, &n->_flags); in of_node_clear_flag()
224 clear_bit(flag, &p->_flags); in of_property_clear_flag()
Dskmsg.h307 clear_bit(bit, &psock->state); in sk_psock_clear_state()
Di2c.h865 clear_bit(I2C_ALF_IS_SUSPENDED, &adap->locked_flags); in i2c_mark_adapter_resumed()
Dcpumask.h536 clear_bit(cpumask_check(cpu), cpumask_bits(dstp)); in cpumask_clear_cpu()
/include/linux/sched/
Didle.h50 clear_bit(TIF_POLLING_NRFLAG, in __current_clr_polling()
/include/asm-generic/bitops/
Dle.h31 clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in clear_bit_le()
Dinstrumented-atomic.h39 static __always_inline void clear_bit(long nr, volatile unsigned long *addr) in clear_bit() function
/include/linux/sunrpc/
Dxprt.h458 clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_clear_connected()
479 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting()
505 clear_bit(XPRT_BOUND, &xprt->state); in xprt_clear_bound()
511 clear_bit(XPRT_BINDING, &xprt->state); in xprt_clear_binding()
Dsched.h165 #define rpc_clear_running(t) clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
169 #define rpc_clear_queued(t) clear_bit(RPC_TASK_QUEUED, &(t)->tk_runstate)
/include/linux/mfd/
D88pm80x.h362 clear_bit(irq, &chip->wu_flag); in pm80x_dev_resume()
/include/net/
Dinet_sock.h312 clear_bit(INET_FLAGS_##nr, &inet_sk(sk)->inet_flags)

12