Searched refs:need_update (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-rx.c135 if (q->need_update == 0)
160 q->need_update = 0;
197 rxq->need_update = 0;
H A Diwl-tx.c49 if (txq->need_update == 0)
76 txq->need_update = 0;
350 txq->need_update = 0;
393 txq->need_update = 0;
511 txq->need_update = 1;
H A Diwl-agn-tx.c701 txq->need_update = 1;
704 txq->need_update = 0;
768 txq->need_update = 1;
H A Diwl-dev.h156 * @need_update: indicates need to update read/write index
171 u8 need_update; member in struct:iwl_tx_queue
357 * @need_update: flag to indicate we need to update read/write index
374 int need_update; member in struct:iwl_rx_queue
H A Diwl-agn-lib.c554 rxq->need_update = 1;
628 rxq->need_update = 1;
H A Diwl3945-base.c580 txq->need_update = 1;
583 txq->need_update = 0;
649 txq->need_update = 1;
1022 rxq->need_update = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcttimer.c44 unsigned int need_update:1; member in struct:ct_timer_instance
210 ti->need_update = 1;
219 if (ti->need_update && !can_update)
240 if (ti->running && ti->need_update) {
241 ti->need_update = 0;
271 ti->need_update = 0;
302 ti->need_update = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtracepoint.c411 static int need_update; variable
415 need_update = 1;
480 if (!need_update) {
486 need_update = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dget_bits.h521 max_depth, need_update) \
532 if (need_update) { \
650 max_depth, need_update) \
656 GET_RL_VLC_INTERNAL(level, run, name, gb, table, bits,max_depth, need_update); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpdb_ldap.c944 BOOL (*need_update)(const struct samu *,
961 if (need_update(sampass, PDB_USERNAME)) {
975 if (need_update(sampass, PDB_USERSID)) {
1008 if (need_update(sampass, PDB_GROUPSID)) {
1048 if (need_update(sampass, PDB_FULLNAME))
1053 if (need_update(sampass, PDB_ACCTDESC))
1058 if (need_update(sampass, PDB_WORKSTATIONS))
1063 if (need_update(sampass, PDB_MUNGEDDIAL))
1068 if (need_update(sampass, PDB_SMBHOME))
1073 if (need_update(sampas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dget_bits.h447 #define GET_RL_VLC(level, run, name, gb, table, bits, max_depth, need_update) \
458 if (need_update) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Drouting.c363 int need_update = 0; local
389 need_update |= bit_get_packet(tmp_neigh_node->real_bits,
396 if (need_update) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_ethtool.c862 bool need_update = false; local
916 need_update = true;
941 need_update = true;
945 if (need_update) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_route.c1985 int need_update = 0;
2015 need_update = 1;
2058 if (need_update)
1974 int need_update = 0; local

Completed in 300 milliseconds