Searched refs:susp (Results 1 – 8 of 8) sorted by relevance
| /drivers/block/drbd/ |
| A D | drbd_state.c | 107 state_change->resource->susp[OLD] = resource->susp; in remember_old_state() 169 resource_state_change->susp[NEW] = resource->susp; in remember_new_state() 220 OLD_TO_NEW(resource_state_change->susp); in copy_old_to_new_state_change() 291 return s.susp || s.susp_nod || s.susp_fen; in is_susp() 1335 device->resource->susp = ns.susp; in _drbd_set_state() 1552 .res_susp = resource_state_change->susp[NEW], in notify_resource_state_change() 1631 HAS_CHANGED(resource_state_change->susp) || in broadcast_state_change() 2266 ns_min.susp = ns_max.susp = connection->resource->susp; in conn_set_state()
|
| A D | drbd_state_change.h | 8 bool susp[2]; member
|
| A D | drbd_int.h | 601 unsigned susp:1; /* IO suspended by user */ member 1602 rv.susp = resource->susp; in drbd_read_state() 2117 return resource->susp || resource->susp_fen || resource->susp_nod; in drbd_suspended()
|
| A D | drbd_nl.c | 466 return resource->susp || resource->susp_fen || resource->susp_nod; in resource_is_supended() 3119 return drbd_adm_simple_request_state(skb, info, NS(susp, 1)); in drbd_adm_suspend_io() 3164 retcode = drbd_request_state(device, NS3(susp, 0, susp_nod, 0, susp_fen, 0)); in drbd_adm_resume_io() 4200 info->res_susp = resource->susp; in resource_to_info()
|
| A D | drbd_receiver.c | 4377 conn_request_state(peer_device->connection, NS2(conn, C_PROTOCOL_ERROR, susp, 0), CS_HARD); in receive_state()
|
| /drivers/mmc/host/ |
| A D | sdhci-pci-core.c | 989 static void glk_rpm_retune_wa(struct sdhci_pci_chip *chip, bool susp) in glk_rpm_retune_wa() argument 1004 if (susp) { in glk_rpm_retune_wa() 1032 static void glk_rpm_retune_chk(struct sdhci_pci_chip *chip, bool susp) in glk_rpm_retune_chk() argument 1036 glk_rpm_retune_wa(chip, susp); in glk_rpm_retune_chk()
|
| /drivers/dma/stm32/ |
| A D | stm32-dma3.c | 807 static int stm32_dma3_chan_suspend(struct stm32_dma3_chan *chan, bool susp) in stm32_dma3_chan_suspend() argument 813 if (susp) in stm32_dma3_chan_suspend() 820 if (susp) { in stm32_dma3_chan_suspend()
|
| /drivers/usb/gadget/udc/ |
| A D | lpc32xx_udc.c | 2962 static void lpc32xx_usbd_susp_chg(int susp) in lpc32xx_usbd_susp_chg() argument
|
Completed in 60 milliseconds