Searched refs:added (Results 126 - 150 of 526) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dfree-space-cache.c505 int added = 0; local
533 BUG_ON(added);
545 added = 0;
562 added = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A Ds_windows100 \ * 4820: 'bytes' bytes padding added after member 'member'\\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A Ds_windows100 \ * 4820: 'bytes' bytes padding added after member 'member'\\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/
H A Dudev_rules.c1060 dbg("rule applied, added symlink(s) '%s'", temp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/
H A Dudev_rules.c1060 dbg("rule applied, added symlink(s) '%s'", temp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c59 u64 added; /* global descq number of entries */ member in struct:ipath_user_sdma_pkt
575 s64 descd = dd->ipath_sdma_descq_removed - pkt->added;
774 pkt->added = dd->ipath_sdma_descq_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c58 u64 added; /* global descq number of entries */ member in struct:qib_user_sdma_pkt
576 s64 descd = ppd->sdma_descq_removed - pkt->added;
785 pkt->added = ppd->sdma_descq_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dhdlcdrv.c118 int added = 0; local
128 added += 8;
130 return added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c58 u64 added; /* global descq number of entries */ member in struct:qib_user_sdma_pkt
576 s64 descd = ppd->sdma_descq_removed - pkt->added;
785 pkt->added = ppd->sdma_descq_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c59 u64 added; /* global descq number of entries */ member in struct:ipath_user_sdma_pkt
575 s64 descd = dd->ipath_sdma_descq_removed - pkt->added;
774 pkt->added = dd->ipath_sdma_descq_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dhdlcdrv.c118 int added = 0; local
128 added += 8;
130 return added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/repmgr/
H A Drepmgr_net.c269 * Synchronize our list of sites with new information that has been added to the
281 u_int added; local
298 added = db_rep->site_cnt;
300 ret = __repmgr_init_new_sites(env, added, db_rep->site_cnt);
1203 * Rescind the added local slot.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/repmgr/
H A Drepmgr_net.c269 * Synchronize our list of sites with new information that has been added to the
281 u_int added; local
298 added = db_rep->site_cnt;
300 ret = __repmgr_init_new_sites(env, added, db_rep->site_cnt);
1203 * Rescind the added local slot.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/repmgr/
H A Drepmgr_net.c269 * Synchronize our list of sites with new information that has been added to the
281 u_int added; local
298 added = db_rep->site_cnt;
300 ret = __repmgr_init_new_sites(env, added, db_rep->site_cnt);
1203 * Rescind the added local slot.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dbuffer.c667 size_t added = 0; local
684 added = vec[0].iov_len;
685 if (added)
713 added += vec[i].iov_len;
721 buf->total_len += added;
722 buf->n_add_for_cb += added;
1892 /* (we would only set last_with_data if we added the first
H A Devent.c150 * have been setup or added. We don't want to trust the content of the struct
158 unsigned added : 1; member in struct:event_debug_entry
204 dent->added = 0; \
211 dent->added = 0; \
231 /* Macro: record that ev is now added */
239 dent->added = 1; \
251 /* Macro: record that ev is no longer added */
259 dent->added = 0; \
288 /* Macro: assert that ev is not added (i.e., okay to tear down or set
296 if (dent && dent->added) { \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dbuffer.c667 size_t added = 0; local
684 added = vec[0].iov_len;
685 if (added)
713 added += vec[i].iov_len;
721 buf->total_len += added;
722 buf->n_add_for_cb += added;
1892 /* (we would only set last_with_data if we added the first
H A Devent.c150 * have been setup or added. We don't want to trust the content of the struct
158 unsigned added : 1; member in struct:event_debug_entry
204 dent->added = 0; \
211 dent->added = 0; \
231 /* Macro: record that ev is now added */
239 dent->added = 1; \
251 /* Macro: record that ev is no longer added */
259 dent->added = 0; \
288 /* Macro: assert that ev is not added (i.e., okay to tear down or set
296 if (dent && dent->added) { \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dbuffer.c667 size_t added = 0; local
684 added = vec[0].iov_len;
685 if (added)
713 added += vec[i].iov_len;
721 buf->total_len += added;
722 buf->n_add_for_cb += added;
1892 /* (we would only set last_with_data if we added the first
H A Devent.c150 * have been setup or added. We don't want to trust the content of the struct
158 unsigned added : 1; member in struct:event_debug_entry
204 dent->added = 0; \
211 dent->added = 0; \
231 /* Macro: record that ev is now added */
239 dent->added = 1; \
251 /* Macro: record that ev is no longer added */
259 dent->added = 0; \
288 /* Macro: assert that ev is not added (i.e., okay to tear down or set
296 if (dent && dent->added) { \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_store.S239 orl #0x10,%d1 |reg_dest wants size added to reg#
H A Dx_unfl.S18 | added to the exponent.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_store.S239 orl #0x10,%d1 |reg_dest wants size added to reg#
H A Dx_unfl.S18 | added to the exponent.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl3945-base.c1017 /* If we've added more space for the firmware to place data, tell it.
1787 int added = 0; local
1793 return added;
1816 added++;
1819 return added;
1833 int added, i; local
1845 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) {
1910 added++;
1913 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added);
1914 return added;
[all...]

Completed in 170 milliseconds

1234567891011>>