Home
last modified time | relevance | path

Searched refs:references (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py376 files as keys and lists of references Kconfig symbols as values."""
386 references = []
389 return references
401 references.append(symbol)
403 return references
412 """Parse kconfig files and return tuple of defined and references Kconfig
421 defined, references = parse_kconfig_file(kfile)
424 # do not collect references for files that match the ignore pattern
426 referenced_symbols[kfile] = references
431 """Parse @kfile and update symbol definitions and references
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py378 files as keys and lists of references Kconfig symbols as values."""
388 references = []
391 return references
403 references.append(symbol)
405 return references
414 """Parse kconfig files and return tuple of defined and references Kconfig
423 defined, references = parse_kconfig_file(kfile)
426 # do not collect references for files that match the ignore pattern
428 referenced_symbols[kfile] = references
433 """Parse @kfile and update symbol definitions and references
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdb.c20 u32 references; member
45 fdb_entry->references++; in lan966x_fdb_add_entry()
55 fdb_entry->references = 1; in lan966x_fdb_add_entry()
68 fdb_entry->references--; in lan966x_fdb_del_entry()
69 if (!fdb_entry->references) { in lan966x_fdb_del_entry()
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc.h334 atomic_t references; /* #of external references to queues */ member
495 atomic_t references; /* #of references to infrastructure */ member
677 atomic_inc(&ch->references); in xpc_msgqueue_ref()
683 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref()
700 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref()
712 atomic_inc(&part->references); in xpc_part_ref()
H A Dxpc_main.c455 atomic_set(&ch->references, 0); in xpc_setup_ch_structures()
501 * until all existing references cease. in xpc_teardown_ch_structures()
506 wait_event(part->teardown_wq, (atomic_read(&part->references) == 0)); in xpc_teardown_ch_structures()
934 atomic_set(&part->references, 0); in xpc_setup_partitions()
1082 * references to our memory.
1157 * other partitions to disengage from all references to our memory.
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc.h334 atomic_t references; /* #of external references to queues */ member
495 atomic_t references; /* #of references to infrastructure */ member
678 atomic_inc(&ch->references); in xpc_msgqueue_ref()
684 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref()
701 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref()
713 atomic_inc(&part->references); in xpc_part_ref()
H A Dxpc_main.c446 atomic_set(&ch->references, 0); in xpc_setup_ch_structures()
492 * until all existing references cease. in xpc_teardown_ch_structures()
497 wait_event(part->teardown_wq, (atomic_read(&part->references) == 0)); in xpc_teardown_ch_structures()
925 atomic_set(&part->references, 0); in xpc_setup_partitions()
1075 * references to our memory.
1150 * other partitions to disengage from all references to our memory.
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c4812 int references, int pin_count) in __lock_acquire()
4866 if (!references) in __lock_acquire()
4867 references++; in __lock_acquire()
4869 if (!hlock->references) in __lock_acquire()
4870 hlock->references++; in __lock_acquire()
4872 hlock->references += references; in __lock_acquire()
4875 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
4898 hlock->references in __lock_acquire()
4809 __lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, int hardirqs_off, struct lockdep_map *nest_lock, unsigned long ip, int references, int pin_count) __lock_acquire() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart.h147 int references; /* number of subs openned */ member
H A Dmixart.c243 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
323 else pipe->references++; in snd_mixart_add_ref_pipe()
340 pipe->references--; in snd_mixart_kill_ref_pipe()
342 if((pipe->references <= 0) && (pipe->monitoring == 0)) { in snd_mixart_kill_ref_pipe()
495 if(stream->pipe->references == 1) { in snd_mixart_prepare()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.h147 int references; /* number of subs openned */ member
H A Dmixart.c242 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
322 else pipe->references++; in snd_mixart_add_ref_pipe()
339 pipe->references--; in snd_mixart_kill_ref_pipe()
341 if((pipe->references <= 0) && (pipe->monitoring == 0)) { in snd_mixart_kill_ref_pipe()
494 if(stream->pipe->references == 1) { in snd_mixart_prepare()
/kernel/linux/linux-5.10/sound/drivers/vx/
H A Dvx_pcm.c534 pipe->references++; in vx_pcm_playback_open()
563 if (--pipe->references == 0) { in vx_pcm_playback_close()
908 pipe_out_monitoring->references++; in vx_pcm_capture_open()
954 if (--pipe_out_monitoring->references == 0) { in vx_pcm_capture_close()
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_pcm.c536 pipe->references++; in vx_pcm_playback_open()
565 if (--pipe->references == 0) { in vx_pcm_playback_close()
917 pipe_out_monitoring->references++; in vx_pcm_capture_open()
963 if (--pipe_out_monitoring->references == 0) { in vx_pcm_capture_close()
/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep.c4992 int references, int pin_count, int sync) in __lock_acquire()
5047 if (!references) in __lock_acquire()
5048 references++; in __lock_acquire()
5050 if (!hlock->references) in __lock_acquire()
5051 hlock->references++; in __lock_acquire()
5053 hlock->references += references; in __lock_acquire()
5056 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
5080 hlock->references in __lock_acquire()
4989 __lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, int hardirqs_off, struct lockdep_map *nest_lock, unsigned long ip, int references, int pin_count, int sync) __lock_acquire() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dvmscan.c946 * references from the instantiating fault, so we need in page_check_references()
1029 enum page_references references = PAGEREF_RECLAIM; in shrink_page_list() local
1161 references = page_check_references(page, sc); in shrink_page_list()
1163 switch (references) { in shrink_page_list()
1181 if (!PageSwapCache(page) && references != PAGEREF_RECLAIM_PURGEABLE) { in shrink_page_list()
1256 if (PageDirty(page) && references != PAGEREF_RECLAIM_PURGEABLE) { in shrink_page_list()
1282 if (references == PAGEREF_RECLAIM_CLEAN) in shrink_page_list()
1366 references == PAGEREF_RECLAIM_PURGEABLE)) { in shrink_page_list()
1370 if (PageDirty(page) && references != PAGEREF_RECLAIM_PURGEABLE) { in shrink_page_list()
2724 * shrinks, so does the window for rotation from references in shrink_node()
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.c1765 * @references: how many directory/xattr entries refer this inode (calculated
1784 int references; member
2104 fscki->references += 1; in check_leaf()
2183 fscki->references != 1) { in check_inodes()
2186 fscki->references); in check_inodes()
2190 fscki->references != 0) { in check_inodes()
2193 fscki->references); in check_inodes()
2209 if (fscki->references != fscki->nlink) { in check_inodes()
2212 fscki->nlink, fscki->references); in check_inodes()
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.c1765 * @references: how many directory/xattr entries refer this inode (calculated
1784 int references; member
2104 fscki->references += 1; in check_leaf()
2183 fscki->references != 1) { in check_inodes()
2186 fscki->references); in check_inodes()
2190 fscki->references != 0) { in check_inodes()
2193 fscki->references); in check_inodes()
2209 if (fscki->references != fscki->nlink) { in check_inodes()
2212 fscki->nlink, fscki->references); in check_inodes()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dpower9-pmu.c160 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
H A Dpower7-pmu.c381 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
H A Dpower10-pmu.c113 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
H A Dpower8-pmu.c129 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dpower7-pmu.c382 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
H A Dpower9-pmu.c172 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
H A Dpower8-pmu.c129 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);

Completed in 56 milliseconds

12