Searched refs:clear_bit (Results 1 – 25 of 33) sorted by relevance
12
| /include/linux/ |
| A D | scx200_gpio.h | 57 clear_bit(index, shadow); /* __clear_bit()? */ in scx200_gpio_set_low() 71 clear_bit(index, shadow); in scx200_gpio_set()
|
| A D | thread_info.h | 102 clear_bit(flag, (unsigned long *)&ti->flags); in clear_ti_thread_flag() 162 clear_bit(SYSCALL_WORK_BIT_##fl, ¤t_thread_info()->syscall_work) 169 clear_bit(SYSCALL_WORK_BIT_##fl, &task_thread_info(t)->syscall_work)
|
| A D | folio_queue.h | 137 clear_bit(slot, &folioq->marks); in folioq_unmark() 176 clear_bit(slot, &folioq->marks2); in folioq_unmark2()
|
| A D | page_idle.h | 85 clear_bit(PAGE_EXT_IDLE, &page_ext->flags); in folio_clear_idle()
|
| A D | lru_cache.h | 288 clear_bit(__LC_DIRTY, &lc->flags); in lc_unlock()
|
| A D | udp.h | 120 clear_bit(UDP_FLAGS_##nr, &udp_sk(sk)->udp_flags)
|
| A D | buffer_head.h | 98 clear_bit(BH_##bit, &(bh)->b_state); \ 163 clear_bit(BH_Uptodate, &bh->b_state); in clear_buffer_uptodate()
|
| A D | sbitmap.h | 308 clear_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr)); in sbitmap_clear_bit()
|
| A D | bitops.h | 301 ((value) ? set_bit((nr), (addr)) : clear_bit((nr), (addr)))
|
| A D | page-flags.h | 426 { clear_bit(PG_##name, folio_flags(folio, page)); } 462 { clear_bit(PG_##lname, &policy(page, 1)->flags); } 1187 clear_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in ClearPageAnonExclusive()
|
| A D | ipv6.h | 286 clear_bit(INET_FLAGS_##nr, &inet_sk(sk)->inet_flags)
|
| A D | pagemap.h | 265 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable() 305 clear_bit(AS_RELEASE_ALWAYS, &mapping->flags); in mapping_clear_release_always() 320 clear_bit(AS_STABLE_WRITES, &mapping->flags); in mapping_clear_stable_writes()
|
| A D | fscache.h | 650 clear_bit(FSCACHE_COOKIE_NO_DATA_TO_READ, &cookie->flags); in fscache_note_page_release()
|
| A D | nodemask.h | 133 clear_bit(node, dstp->bits); in __node_clear()
|
| A D | skmsg.h | 307 clear_bit(bit, &psock->state); in sk_psock_clear_state()
|
| A D | of.h | 208 clear_bit(flag, &n->_flags); in of_node_clear_flag() 224 clear_bit(flag, &p->_flags); in of_property_clear_flag()
|
| A D | i2c.h | 866 clear_bit(I2C_ALF_IS_SUSPENDED, &adap->locked_flags); in i2c_mark_adapter_resumed()
|
| A D | cpumask.h | 628 clear_bit(cpumask_check(cpu), cpumask_bits(dstp)); in cpumask_clear_cpu()
|
| /include/linux/sched/ |
| A D | idle.h | 46 clear_bit(TIF_POLLING_NRFLAG, in __current_clr_polling()
|
| /include/asm-generic/bitops/ |
| A D | instrumented-atomic.h | 39 static __always_inline void clear_bit(long nr, volatile unsigned long *addr) in clear_bit() function
|
| A D | le.h | 31 clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in clear_bit_le()
|
| /include/linux/sunrpc/ |
| A D | xprt.h | 473 clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_clear_connected() 494 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting() 520 clear_bit(XPRT_BOUND, &xprt->state); in xprt_clear_bound() 526 clear_bit(XPRT_BINDING, &xprt->state); in xprt_clear_binding()
|
| A D | sched.h | 166 #define rpc_clear_running(t) clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) 170 #define rpc_clear_queued(t) clear_bit(RPC_TASK_QUEUED, &(t)->tk_runstate)
|
| /include/linux/mfd/ |
| A D | 88pm80x.h | 362 clear_bit(irq, &chip->wu_flag); in pm80x_dev_resume()
|
| /include/net/ |
| A D | inet_sock.h | 316 clear_bit(INET_FLAGS_##nr, &inet_sk(sk)->inet_flags)
|
Completed in 46 milliseconds
12