Searched refs:shut (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | kobjects.c | 338 char shut; in silent_store() local 353 shut = 1; in silent_store() 356 shut = 0; in silent_store() 359 shut |= 0x40; in silent_store() 361 spk_shut_up |= shut; in silent_store() 363 spk_shut_up &= ~shut; in silent_store()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | kobjects.c | 338 char shut; in silent_store() local 353 shut = 1; in silent_store() 356 shut = 0; in silent_store() 359 shut |= 0x40; in silent_store() 361 spk_shut_up |= shut; in silent_store() 363 spk_shut_up &= ~shut; in silent_store()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap.c | 1052 goto shut; in snapshot_merge_next_chunks() 1059 goto shut; in snapshot_merge_next_chunks() 1072 goto shut; in snapshot_merge_next_chunks() 1123 shut: in snapshot_merge_next_chunks() 1150 goto shut; in merge_callback() 1155 goto shut; in merge_callback() 1161 goto shut; in merge_callback() 1165 goto shut; in merge_callback() 1171 shut: in merge_callback()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-snap.c | 1050 goto shut; in snapshot_merge_next_chunks() 1057 goto shut; in snapshot_merge_next_chunks() 1069 goto shut; in snapshot_merge_next_chunks() 1120 shut: in snapshot_merge_next_chunks() 1136 goto shut; in merge_callback() 1141 goto shut; in merge_callback() 1147 goto shut; in merge_callback() 1151 goto shut; in merge_callback() 1157 shut: in merge_callback()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | sleep.S | 76 @ work around errata of OMAP1510 PDE bit for TC shut down
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 857 struct sctp_shutdownhdr shut; in sctp_make_shutdown() local 866 shut.cum_tsn_ack = htonl(ctsn); in sctp_make_shutdown() 869 sizeof(shut), GFP_ATOMIC); in sctp_make_shutdown() 874 sctp_addto_chunk(retval, sizeof(shut), &shut); in sctp_make_shutdown()
|
H A D | sm_statefuns.c | 3681 struct sctp_chunk *shut; in sctp_sf_shut_8_4_5() local 3690 shut = sctp_make_shutdown_complete(asoc, chunk); in sctp_sf_shut_8_4_5() 3691 if (!shut) { in sctp_sf_shut_8_4_5() 3697 if (sctp_test_T_bit(shut)) in sctp_sf_shut_8_4_5() 3701 shut->skb->sk = ep->base.sk; in sctp_sf_shut_8_4_5() 3703 sctp_packet_append_chunk(packet, shut); in sctp_sf_shut_8_4_5()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_make_chunk.c | 857 struct sctp_shutdownhdr shut; in sctp_make_shutdown() local 862 shut.cum_tsn_ack = htonl(ctsn); in sctp_make_shutdown() 865 sizeof(shut), GFP_ATOMIC); in sctp_make_shutdown() 870 sctp_addto_chunk(retval, sizeof(shut), &shut); in sctp_make_shutdown()
|
H A D | sm_statefuns.c | 3784 struct sctp_chunk *shut; in sctp_sf_shut_8_4_5() local 3793 shut = sctp_make_shutdown_complete(asoc, chunk); in sctp_sf_shut_8_4_5() 3794 if (!shut) { in sctp_sf_shut_8_4_5() 3800 if (sctp_test_T_bit(shut)) in sctp_sf_shut_8_4_5() 3804 shut->skb->sk = ep->base.sk; in sctp_sf_shut_8_4_5() 3806 sctp_packet_append_chunk(packet, shut); in sctp_sf_shut_8_4_5()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | sleep.S | 156 @ work around errata of OMAP1510 PDE bit for TC shut down
|
Completed in 34 milliseconds