Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 3 of 3) sorted by relevance

/kernel/module/
A Dsysfs.c153 unsigned int notes, loaded, i; in add_notes_attrs() local
160 notes = 0; in add_notes_attrs()
164 ++notes; in add_notes_attrs()
166 if (notes == 0) in add_notes_attrs()
169 notes_attrs = kzalloc(struct_size(notes_attrs, attrs, notes), in add_notes_attrs()
174 gattr = kcalloc(notes + 1, sizeof(*gattr), GFP_KERNEL); in add_notes_attrs()
/kernel/
A Dwatch_queue.c118 page = wqueue->notes[note / WATCH_QUEUE_NOTES_PER_PAGE]; in post_one_notification()
247 if (wqueue->notes) in watch_queue_set_size()
297 wqueue->notes = pages; in watch_queue_set_size()
402 __free_page(wqueue->notes[i]); in __put_watch_queue()
403 kfree(wqueue->notes); in __put_watch_queue()
A Dksysfs.c242 static __ro_after_init BIN_ATTR_SIMPLE_RO(notes);

Completed in 26 milliseconds