.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "__SET_BIT" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME __set_bit \- Set a bit in memory .SH "SYNOPSIS" .ad l .hy 0 .HP 18 void\ \fB__set_bit\ \fR\ (int\ \fInr\fR, volatile\ unsigned\ long\ *\ \fIaddr\fR); .ad .hy .SH "ARGUMENTS" .TP \fInr\fR the bit to set .TP \fIaddr\fR the address to start counting from .SH "DESCRIPTION" .PP Unlike \fBset_bit\fR, this function is non\-atomic and may be reordered\&. If it's called on the same region of memory simultaneously, the effect may be that only one operation succeeds\&.