| /linux/kernel/sched/ |
| H A D | wait_bit.c | 158 void wake_up_bit(unsigned long *word, int bit) in wake_up_bit() function 162 EXPORT_SYMBOL(wake_up_bit);
|
| /linux/drivers/bluetooth/ |
| H A D | hci_intel.c | 886 wake_up_bit(&intel->flags, STATE_DOWNLOADING); in intel_recv_event() 895 wake_up_bit(&intel->flags, STATE_BOOTING); in intel_recv_event() 933 wake_up_bit(&intel->flags, STATE_LPM_TRANSACTION); in intel_recv_lpm() 938 wake_up_bit(&intel->flags, STATE_LPM_TRANSACTION); in intel_recv_lpm()
|
| H A D | hci_mrvl.c | 188 wake_up_bit(&mrvl->flags, STATE_FW_REQ_PENDING); in mrvl_recv_fw_req() 223 wake_up_bit(&mrvl->flags, STATE_CHIP_VER_PENDING); in mrvl_recv_chip_ver()
|
| H A D | btintel.h | 235 wake_up_bit(intel->flags, (nr)); \
|
| H A D | hci_ldisc.c | 182 wake_up_bit(&hu->tx_state, HCI_UART_SENDING); in hci_uart_write_work()
|
| H A D | btmtkuart.c | 218 wake_up_bit(&bdev->tx_state, BTMTKUART_TX_WAIT_VND_EVT); in btmtkuart_recv_event()
|
| H A D | btmtk.c | 492 wake_up_bit(&data->flags, in btmtk_usb_wmt_recv()
|
| /linux/fs/smb/client/ |
| H A D | misc.c | 340 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS); in cifs_get_writer() 355 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS); in cifs_put_writer() 386 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_OPLOCK_BREAK); in cifs_done_oplock_break()
|
| /linux/security/keys/ |
| H A D | gc.c | 323 wake_up_bit(&key_gc_flags, KEY_GC_REAPING_KEYTYPE); in key_garbage_collector()
|
| H A D | key.c | 478 wake_up_bit(&key->flags, KEY_FLAG_USER_CONSTRUCT); in __key_instantiate_and_link() 633 wake_up_bit(&key->flags, KEY_FLAG_USER_CONSTRUCT); in key_reject_and_link()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | dvb_usb_core.c | 380 wake_up_bit(&adap->state_bits, ADAP_STREAMING); in dvb_usb_stop_feed() 585 wake_up_bit(&adap->state_bits, ADAP_INIT); in dvb_usb_fe_init() 625 wake_up_bit(&adap->state_bits, ADAP_SLEEP); in dvb_usb_fe_sleep()
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 26 wake_up_bit(&server->flags, AFS_VLSERVER_FL_PROBING); in afs_finished_vl_probe()
|
| H A D | volume.c | 447 wake_up_bit(&volume->flags, AFS_VOLUME_WAIT); in afs_check_volume_status()
|
| H A D | server.c | 609 wake_up_bit(&server->flags, AFS_SERVER_FL_UPDATING); in afs_check_server_record()
|
| /linux/fs/orangefs/ |
| H A D | file.c | 318 wake_up_bit(bitlock, 1); in orangefs_revalidate_mapping()
|
| /linux/drivers/md/ |
| H A D | dm-zoned-reclaim.c | 111 wake_up_bit(&zrc->flags, DMZ_RECLAIM_KCOPY); in dmz_reclaim_kcopy_end()
|
| H A D | dm-zoned-metadata.c | 524 wake_up_bit(&mblk->state, flag); in dmz_mblock_bio_end_io() 1915 wake_up_bit(&zone->flags, DMZ_RECLAIM); in dmz_unlock_zone_reclaim()
|
| H A D | raid5.c | 2333 wake_up_bit(&dev->flags, R5_Overlap); in raid_run_ops() 3620 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe() 3659 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe() 3694 wake_up_bit(&sh->dev[sh->pd_idx].flags, R5_Overlap); in handle_failed_sync() 4885 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in break_stripe_batch_list() 4899 wake_up_bit(&head_sh->dev[i].flags, R5_Overlap); in break_stripe_batch_list() 5168 wake_up_bit(&sh->dev[sh->pd_idx].flags, R5_Overlap); in handle_stripe()
|
| /linux/fs/nfs/ |
| H A D | pagelist.c | 221 wake_up_bit(&req->wb_flags, PG_HEADLOCK); in nfs_page_clear_headlock() 527 wake_up_bit(&req->wb_flags, PG_BUSY); in nfs_unlock_request()
|
| H A D | pnfs.c | 390 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit() 2082 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_DRAIN); in nfs_layoutget_end() 2097 wake_up_bit(bitlock, NFS_LAYOUT_FIRST_LAYOUTGET); in pnfs_clear_first_layoutget() 3270 wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING); in pnfs_clear_layoutcommitting()
|
| /linux/fs/gfs2/ |
| H A D | recovery.c | 564 wake_up_bit(&jd->jd_flags, JDF_RECOVERY); in gfs2_recover_func()
|
| H A D | glock.c | 358 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake() 554 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake() 718 wake_up_bit(&gl->gl_flags, GLF_LOCK); in do_xmote()
|
| /linux/net/sunrpc/ |
| H A D | xprt.c | 747 wake_up_bit(&xprt->state, XPRT_LOCKED); in xprt_autoclose() 914 wake_up_bit(&xprt->state, XPRT_LOCKED); in xprt_unlock_connect()
|
| H A D | sched.c | 374 wake_up_bit(&task->tk_runstate, RPC_TASK_QUEUED); in rpc_make_runnable()
|
| /linux/fs/smb/server/ |
| H A D | oplock.c | 590 /* memory barrier is needed for wake_up_bit() */ in oplock_break_pending() 592 wake_up_bit(&opinfo->pending_break, 0); in oplock_break_pending()
|