Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 21 of 21) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dcount_state_target.cpp60 if (numAtState >= _count) in run()
65 if (numAtState >= _count) in run()
72 zone.setTargetHold(getUniqueName(), _target, (numAtState >= _count)); in run()
82 _count = jsonObj["count"].get<size_t>(); in setCount()
H A Doverride_fan_target.cpp57 if (numAtState >= _count) in run()
68 if (numAtState >= _count) in run()
75 if (_locked && numAtState < _count) in run()
135 _count = jsonObj["count"].get<size_t>(); in setCount()
H A Dcount_state_floor.cpp101 if (numAtState >= _count) in doCount()
124 _count = jsonObj["count"].get<size_t>(); in setCount()
H A Dcount_state_target.hpp75 size_t _count; member in phosphor::fan::control::json::CountStateTarget
H A Dcount_state_floor.hpp125 size_t _count; member in phosphor::fan::control::json::CountStateFloor
H A Doverride_fan_target.hpp107 size_t _count; member in phosphor::fan::control::json::OverrideFanTarget
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_cause.hpp38 _count(count), _name(std::to_string(count) + " " + name) in PowerOffCause()
69 const size_t _count; member in phosphor::fan::monitor::PowerOffCause
117 return count >= _count; in satisfied()
163 return count >= _count; in satisfied()
212 return count >= _count; in satisfied()
/openbmc/linux/fs/afs/
H A Dcallback.c184 size_t *_count) in afs_break_some_callbacks() argument
197 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks()
203 --*_count; in afs_break_some_callbacks()
H A Dwrite.c463 long *_count, in afs_extend_writeback() argument
534 if (len >= max_len || *_count <= 0) in afs_extend_writeback()
566 *_count -= folio_nr_pages(folio); in afs_extend_writeback()
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c54 register size_t _count asm("r5") = count; in raw_read()
66 : "+r"(_fd), "+r"(nr), "+r"(_buf), "+r"(_count) in raw_read()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py45 self._count = 0
52 self._count = self._count + 1
54 percent = int(100.0 * float(self._count) / float(self._num_files))
H A Dgit.py100 self._count = 0
130 if count > self._count:
131 self._count = count
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Ddefs.h973 #define IRDMA_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
977 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < size) { \
978 (_ring).head = ((_ring).head + (_count)) % size; \
995 #define IRDMA_SQ_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
999 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < (size - 256)) { \
1000 (_ring).head = ((_ring).head + (_count)) % size; \
1006 #define IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(_ring, _count) \ argument
1007 (_ring).head = ((_ring).head + (_count)) % (_ring).size
1015 #define IRDMA_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument
1016 (_ring).tail = ((_ring).tail + (_count)) % (_ring).size
/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-sysfs.c28 int _count; in fbtft_gamma_parse_str() local
73 _count = curve_counter * par->gamma.num_values + in fbtft_gamma_parse_str()
75 curves[_count] = val; in fbtft_gamma_parse_str()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.h410 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } argument
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h23 &prefix ## params.name ## _count, \
/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h1367 int _count; in lazy_rcu_shrink_scan() local
1381 _count = READ_ONCE(rdp->lazy_len); in lazy_rcu_shrink_scan()
1382 if (!_count) { in lazy_rcu_shrink_scan()
1389 sc->nr_to_scan -= _count; in lazy_rcu_shrink_scan()
1390 count += _count; in lazy_rcu_shrink_scan()
/openbmc/linux/drivers/clk/at91/
H A Dsama7g5.c19 #define SAMA7G5_INIT_TABLE(_table, _count) \ argument
22 for (_i = 0; _i < (_count); _i++) \
26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument
29 for (_i = 0; _i < (_count); _i++) { \
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h597 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
/openbmc/linux/fs/smb/client/
H A Dfile.c2718 long *_count, in cifs_extend_writeback() argument
2787 *_count -= nr_pages; in cifs_extend_writeback()
2789 if (max_pages <= 0 || *_len >= max_len || *_count <= 0) in cifs_extend_writeback()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch354 lock._count = 1