Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 22 of 22) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dextent_io.h287 unsigned bits, int wake, int delete,
290 unsigned bits, int wake, int delete,
316 int wake = 0; in clear_extent_bits() local
319 wake = 1; in clear_extent_bits()
321 return clear_extent_bit(tree, start, end, bits, wake, 0, NULL); in clear_extent_bits()
Dextent_io.c568 unsigned *bits, int wake, in clear_state_bit() argument
584 if (wake) in clear_state_bit()
632 unsigned bits, int wake, int delete, in __clear_extent_bit() argument
733 state = clear_state_bit(tree, state, &bits, wake, in __clear_extent_bit()
752 if (wake) in __clear_extent_bit()
755 clear_state_bit(tree, prealloc, &bits, wake, changeset); in __clear_extent_bit()
761 state = clear_state_bit(tree, state, &bits, wake, changeset); in __clear_extent_bit()
1346 unsigned bits, int wake, int delete, in clear_extent_bit() argument
1349 return __clear_extent_bit(tree, start, end, bits, wake, delete, in clear_extent_bit()
Dcompression.c990 goto wake; in __free_workspace()
999 wake: in __free_workspace()
/linux-4.19.296/include/linux/
Dsuspend.h183 void (*wake)(void); member
193 void (*wake)(void); member
Dwm97xx.h323 enum wm97xx_gpio_wake wake);
/linux-4.19.296/fs/ceph/
Dcaps.c1293 int wake = 0; in __send_cap() local
1338 wake = 1; in __send_cap()
1398 if (wake) in __send_cap()
1706 bool wake = cf->wake; in __finish_cap_flush() local
1709 if (wake && cf->g_list.prev != &mdsc->cap_flush_list) { in __finish_cap_flush()
1711 prev->wake = true; in __finish_cap_flush()
1712 wake = false; in __finish_cap_flush()
1716 if (wake && cf->i_list.prev != &ci->i_cap_flush_list) { in __finish_cap_flush()
1718 prev->wake = true; in __finish_cap_flush()
1719 wake = false; in __finish_cap_flush()
[all …]
Dmds_client.c1460 int wake = 0; in renewed_caps() local
1471 wake = 1; in renewed_caps()
1481 if (wake) in renewed_caps()
2826 int wake = 0; in handle_session() local
2860 wake = 1; in handle_session()
2875 wake = 2; /* for good measure */ in handle_session()
2911 wake = 2; /* for good measure */ in handle_session()
2920 if (wake) { in handle_session()
2923 if (wake == 2) in handle_session()
3847 cf->wake = true; in ceph_mdsc_sync()
Dinode.c755 bool wake = false; in fill_inode() local
987 wake = true; in fill_inode()
1016 if (wake) in fill_inode()
Dsuper.h169 bool wake; /* wake up flush waiters when finish ? */ member
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmconvert.c457 int call_ast = 0, kick_thread = 0, ast_reserved = 0, wake = 0; in dlm_convert_lock_handler() local
541 wake = 1; in dlm_convert_lock_handler()
544 if (wake) in dlm_convert_lock_handler()
Ddlmmaster.c1945 int wake = 0; in dlm_assert_master_handler() local
1953 wake = 1; in dlm_assert_master_handler()
1961 if (wake) in dlm_assert_master_handler()
2567 int wake = 0; in dlm_migrate_lockres() local
2629 wake = 1; in dlm_migrate_lockres()
2679 wake = 1; in dlm_migrate_lockres()
2725 wake = 1; in dlm_migrate_lockres()
2756 if (wake) in dlm_migrate_lockres()
/linux-4.19.296/include/trace/events/
Drxrpc.h896 u32 rwind, bool wake),
898 TP_ARGS(call, serial, rwind, wake),
904 __field(bool, wake )
911 __entry->wake = wake;
918 __entry->wake ? " wake" : "")
/linux-4.19.296/drivers/media/rc/img-ir/
DKconfig27 and allows an IR scancode to be used as a wake event.
/linux-4.19.296/drivers/misc/mic/vop/
Dvop_vringh.c167 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wake); in vop_virtio_config_change()
188 ret = wait_event_timeout(wake, vdev->dc->guest_ack, in vop_virtio_config_change()
411 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wake); in vop_dev_remove()
420 ret = wait_event_timeout(wake, devp->guest_ack, in vop_dev_remove()
/linux-4.19.296/drivers/media/rc/
Dene_ir.c1142 bool wake = device_may_wakeup(&dev->pnp_dev->dev); in ene_suspend() local
1144 if (!wake && dev->rx_enabled) in ene_suspend()
1147 ene_enable_wake(dev, wake); in ene_suspend()
/linux-4.19.296/include/net/
Dsock.h1145 bool (*stream_memory_free)(const struct sock *sk, int wake);
1228 static inline bool __sk_stream_memory_free(const struct sock *sk, int wake) in __sk_stream_memory_free() argument
1234 sk->sk_prot->stream_memory_free(sk, wake) : true; in __sk_stream_memory_free()
1242 static inline bool __sk_stream_is_writeable(const struct sock *sk, int wake) in __sk_stream_is_writeable() argument
1245 __sk_stream_memory_free(sk, wake); in __sk_stream_is_writeable()
Dtcp.h1898 static inline bool tcp_stream_memory_free(const struct sock *sk, int wake) in tcp_stream_memory_free() argument
1903 return (notsent_bytes << wake) < tcp_notsent_lowat(tp); in tcp_stream_memory_free()
/linux-4.19.296/fs/xfs/
Dxfs_icache.c421 bool wake; in xfs_iget_cache_hit() local
428 wake = !!__xfs_iflags_test(ip, XFS_INEW); in xfs_iget_cache_hit()
430 if (wake) in xfs_iget_cache_hit()
/linux-4.19.296/drivers/base/regmap/
Dregmap.c2852 bool wake; in regmap_async_complete_cb() local
2858 wake = list_empty(&map->async_list); in regmap_async_complete_cb()
2865 if (wake) in regmap_async_complete_cb()
/linux-4.19.296/include/sound/
Dsoc.h697 bool wake; member
/linux-4.19.296/drivers/rtc/
DKconfig209 tristate "Broadcom STB wake-timer"
213 If you say yes here you get support for the wake-timer found on
/linux-4.19.296/drivers/gpio/
DKconfig716 active during S3. The suspend powered GPIOs can be used to wake the