Searched refs:changes (Results 1 – 14 of 14) sorted by relevance
232 static int reader_changes_init(struct reader_changes *const changes, const size_t size) in reader_changes_init() argument234 BUILD_BUG_ON((PAGE_SIZE % sizeof(*changes->data)) != 0); in reader_changes_init()241 changes->data = vmalloc(size); in reader_changes_init()242 if (!changes->data) { in reader_changes_init()246 spin_lock_init(&changes->producer); in reader_changes_init()247 mutex_init(&changes->consumer); in reader_changes_init()249 changes->size = size / sizeof(*changes->data); in reader_changes_init()250 …changes->threshold = min(((size_t)(changes->size)) / 0x4, ((size_t)(PAGE_SIZE)) / sizeof(*changes-… in reader_changes_init()252 return changes->size; in reader_changes_init()261 static void reader_changes_term(struct reader_changes *const changes) in reader_changes_term() argument[all …]
199 changes have been backported say Y to avoid compilation errors.
232 static int reader_changes_init(struct reader_changes *const changes, in reader_changes_init() argument235 BUILD_BUG_ON((PAGE_SIZE % sizeof(*changes->data)) != 0); in reader_changes_init()242 changes->data = vmalloc(size); in reader_changes_init()243 if (!changes->data) in reader_changes_init()246 spin_lock_init(&changes->producer); in reader_changes_init()247 mutex_init(&changes->consumer); in reader_changes_init()249 changes->size = size / sizeof(*changes->data); in reader_changes_init()250 changes->threshold = min(((size_t)(changes->size)) / 4, in reader_changes_init()251 ((size_t)(PAGE_SIZE)) / sizeof(*changes->data)); in reader_changes_init()253 return changes->size; in reader_changes_init()[all …]
297 changes have been backported say Y to avoid compilation errors.
340 changes have been backported say Y to avoid compilation errors.
63 mailing list. A core team of developers will commit changes to the
11 * by adding changes at end of this file.
2271 __u32 changes; member2291 __u32 changes; member
1968 This option changes the bootup default to heap randomization2201 to the modules to (hopefully) spot any changes which would
1738 Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>3444 i)changes to the Program, and3446 where such changes and/or additions to the Program originate from and are distributed by that parti…
50234 + * Power state changes must not be requested until after the cmn_ready68573 * polling to avoid losing status changes.