OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:critical_sections
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aic79xx_seq.h
1123
}
critical_sections
[] = {
variable in typeref:typename:const struct cs[]
1139
(sizeof(
critical_sections
) / sizeof(*
critical_sections
))
aic7xxx_seq.h
1306
}
critical_sections
[] = {
variable in typeref:typename:const struct cs[]
1317
(sizeof(
critical_sections
) / sizeof(*
critical_sections
))
/src/sys/dev/ic/
aic79xxvar.h
1167
struct cs *
critical_sections
;
member in struct:ahd_softc
aic7xxxvar.h
1122
struct cs *
critical_sections
;
member in struct:ahc_softc
aic7xxx.c
1440
cs = ahc->
critical_sections
;
6336
if (
critical_sections
[cur_cs].end <= i) {
6345
if (
critical_sections
[cur_cs].begin <= i
6360
ahc->
critical_sections
= malloc(cs_count, M_DEVBUF, M_WAITOK);
6361
memcpy(ahc->
critical_sections
, cs_table, cs_count);
aic79xx.c
2509
cs = ahd->
critical_sections
;
8373
if (
critical_sections
[cur_cs].end <= i) {
8382
if (
critical_sections
[cur_cs].begin <= i
8397
ahd->
critical_sections
= malloc(cs_count, M_DEVBUF, M_NOWAIT);
8398
if (ahd->
critical_sections
== NULL)
8400
memcpy(ahd->
critical_sections
, cs_table, cs_count);
Completed in 28 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025