Searched refs:wh (Results 1 - 25 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/
H A Ddevice_cgroup.c79 struct dev_whitelist_item *wh, *tmp, *new; local
81 list_for_each_entry(wh, orig, list) {
82 new = kmemdup(wh, sizeof(*wh), GFP_KERNEL);
91 list_for_each_entry_safe(wh, tmp, dest, list) {
92 list_del(&wh->list);
93 kfree(wh);
103 struct dev_whitelist_item *wh)
107 whcopy = kmemdup(wh, sizeof(*wh), GFP_KERNE
102 dev_whitelist_add(struct dev_cgroup *dev_cgroup, struct dev_whitelist_item *wh) argument
140 dev_whitelist_rm(struct dev_cgroup *dev_cgroup, struct dev_whitelist_item *wh) argument
181 struct dev_whitelist_item *wh; local
210 struct dev_whitelist_item *wh, *tmp; local
262 struct dev_whitelist_item *wh; local
313 parent_has_perm(struct dev_cgroup *childcg, struct dev_whitelist_item *wh) argument
344 struct dev_whitelist_item wh; local
481 struct dev_whitelist_item *wh; local
522 struct dev_whitelist_item *wh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/
H A Ddevice_cgroup.c79 struct dev_whitelist_item *wh, *tmp, *new; local
81 list_for_each_entry(wh, orig, list) {
82 new = kmemdup(wh, sizeof(*wh), GFP_KERNEL);
91 list_for_each_entry_safe(wh, tmp, dest, list) {
92 list_del(&wh->list);
93 kfree(wh);
103 struct dev_whitelist_item *wh)
107 whcopy = kmemdup(wh, sizeof(*wh), GFP_KERNE
102 dev_whitelist_add(struct dev_cgroup *dev_cgroup, struct dev_whitelist_item *wh) argument
140 dev_whitelist_rm(struct dev_cgroup *dev_cgroup, struct dev_whitelist_item *wh) argument
181 struct dev_whitelist_item *wh; local
210 struct dev_whitelist_item *wh, *tmp; local
262 struct dev_whitelist_item *wh; local
313 parent_has_perm(struct dev_cgroup *childcg, struct dev_whitelist_item *wh) argument
344 struct dev_whitelist_item wh; local
481 struct dev_whitelist_item *wh; local
522 struct dev_whitelist_item *wh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dgvp11.c22 struct WD33C93_hostdata wh; member in struct:gvp11_hostdata
53 struct WD33C93_hostdata *wh = &hdata->wh; local
61 if (addr & wh->dma_xfer_mask) {
62 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
65 wh->dma_bounce_buffer =
66 kmalloc(wh->dma_bounce_len, GFP_KERNEL);
67 wh->dma_buffer_pool = BUF_SCSI_ALLOCED;
71 !wh->dma_bounce_buffer) {
72 wh
149 struct WD33C93_hostdata *wh = &hdata->wh; local
[all...]
H A Da2091.c20 struct WD33C93_hostdata wh; member in struct:a2091_hostdata
44 struct WD33C93_hostdata *wh = &hdata->wh; local
51 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
52 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len,
56 if (!wh->dma_bounce_buffer) {
57 wh->dma_bounce_len = 0;
62 addr = virt_to_bus(wh->dma_bounce_buffer);
67 kfree(wh
110 struct WD33C93_hostdata *wh = &hdata->wh; local
[all...]
H A Da3000.c21 struct WD33C93_hostdata wh; member in struct:a3000_hostdata
48 struct WD33C93_hostdata *wh = &hdata->wh; local
60 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
61 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len,
65 if (!wh->dma_bounce_buffer) {
66 wh->dma_bounce_len = 0;
72 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr,
76 addr = virt_to_bus(wh
112 struct WD33C93_hostdata *wh = &hdata->wh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dgvp11.c22 struct WD33C93_hostdata wh; member in struct:gvp11_hostdata
53 struct WD33C93_hostdata *wh = &hdata->wh; local
61 if (addr & wh->dma_xfer_mask) {
62 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
65 wh->dma_bounce_buffer =
66 kmalloc(wh->dma_bounce_len, GFP_KERNEL);
67 wh->dma_buffer_pool = BUF_SCSI_ALLOCED;
71 !wh->dma_bounce_buffer) {
72 wh
149 struct WD33C93_hostdata *wh = &hdata->wh; local
[all...]
H A Da2091.c20 struct WD33C93_hostdata wh; member in struct:a2091_hostdata
44 struct WD33C93_hostdata *wh = &hdata->wh; local
51 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
52 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len,
56 if (!wh->dma_bounce_buffer) {
57 wh->dma_bounce_len = 0;
62 addr = virt_to_bus(wh->dma_bounce_buffer);
67 kfree(wh
110 struct WD33C93_hostdata *wh = &hdata->wh; local
[all...]
H A Da3000.c21 struct WD33C93_hostdata wh; member in struct:a3000_hostdata
48 struct WD33C93_hostdata *wh = &hdata->wh; local
60 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
61 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len,
65 if (!wh->dma_bounce_buffer) {
66 wh->dma_bounce_len = 0;
72 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr,
76 addr = virt_to_bus(wh
112 struct WD33C93_hostdata *wh = &hdata->wh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_among.c18 static bool ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh, argument
32 start = wh->table[key];
33 limit = wh->table[key + 1];
36 p = &wh->pool[i];
43 p = &wh->pool[i];
53 *wh)
58 if (wh->table[i] > wh->table[i + 1])
60 if (wh->table[i] < 0)
62 if (wh
52 ebt_mac_wormhash_check_integrity(const struct ebt_mac_wormhash *wh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/netfilter/
H A Debt_among.c18 static bool ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh, argument
32 start = wh->table[key];
33 limit = wh->table[key + 1];
36 p = &wh->pool[i];
43 p = &wh->pool[i];
53 *wh)
58 if (wh->table[i] > wh->table[i + 1])
60 if (wh->table[i] < 0)
62 if (wh
52 ebt_mac_wormhash_check_integrity(const struct ebt_mac_wormhash *wh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/math-emu/
H A Dsfp-util.h13 #define umul_ppmm(wh, wl, u, v) \
15 : "=r" ((UDItype)(wh)), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/math-emu/
H A Dsfp-util.h13 #define umul_ppmm(wh, wl, u, v) \
15 : "=r" ((UDItype)(wh)), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/extensions/
H A Debt_among.c156 static void index_table(struct ebt_mac_wormhash *wh) argument
162 wh->table[itable] = wh->poolsize;
167 wh->table[itable] = ipool;
168 c = ((const unsigned char*)wh->pool[ipool].cmp)[7];
174 if (ipool > wh->poolsize)
311 struct ebt_mac_wormhash *wh; local
355 wh = create_wormhash(optarg);
359 new_size = old_size+ebt_mac_wormhash_size(wh);
364 memcpy((char *)h+old_size+sizeof(struct ebt_entry_match), wh,
396 wormhash_debug(const struct ebt_mac_wormhash *wh) argument
411 wormhash_printout(const struct ebt_mac_wormhash *wh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/extensions/
H A Debt_among.c156 static void index_table(struct ebt_mac_wormhash *wh) argument
162 wh->table[itable] = wh->poolsize;
167 wh->table[itable] = ipool;
168 c = ((const unsigned char*)wh->pool[ipool].cmp)[7];
174 if (ipool > wh->poolsize)
311 struct ebt_mac_wormhash *wh; local
355 wh = create_wormhash(optarg);
359 new_size = old_size+ebt_mac_wormhash_size(wh);
364 memcpy((char *)h+old_size+sizeof(struct ebt_entry_match), wh,
396 wormhash_debug(const struct ebt_mac_wormhash *wh) argument
411 wormhash_printout(const struct ebt_mac_wormhash *wh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/extensions/
H A Debt_among.c156 static void index_table(struct ebt_mac_wormhash *wh) argument
162 wh->table[itable] = wh->poolsize;
167 wh->table[itable] = ipool;
168 c = ((const unsigned char*)wh->pool[ipool].cmp)[7];
174 if (ipool > wh->poolsize)
311 struct ebt_mac_wormhash *wh; local
355 wh = create_wormhash(optarg);
359 new_size = old_size+ebt_mac_wormhash_size(wh);
364 memcpy((char *)h+old_size+sizeof(struct ebt_entry_match), wh,
396 wormhash_debug(const struct ebt_mac_wormhash *wh) argument
411 wormhash_printout(const struct ebt_mac_wormhash *wh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsfp-util.h35 #define umul_ppmm(wh, wl, u, v) ({ \
50 wh = __wh; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dsfp-util.h35 #define umul_ppmm(wh, wl, u, v) ({ \
50 wh = __wh; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/lib/
H A Dmemset_32.c212 uint32_t *wh = out32; local
219 __insn_wh64(wh);
220 wh += CACHE_LINE_SIZE_IN_WORDS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/lib/
H A Dmemset_32.c212 uint32_t *wh = out32; local
219 __insn_wh64(wh);
220 wh += CACHE_LINE_SIZE_IN_WORDS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/tcl/
H A Dtcl_rep.c57 u_int32_t wh; local
70 wh = DB_REP_CONF_NOAUTOINIT;
73 wh = DB_REP_CONF_BULK;
76 wh = DB_REP_CONF_DELAYCLIENT;
79 wh = DB_REPMGR_CONF_2SITE_STRICT;
82 wh = DB_REP_CONF_NOWAIT;
100 ret = dbenv->rep_set_config(dbenv, wh, on);
181 u_int32_t wh; local
190 wh = DB_REP_CONF_BULK;
193 wh
259 int optindex, result, ret, wh; local
[all...]
H A Dtcl_log.c671 u_int32_t wh; local
686 wh = DB_LOG_AUTO_REMOVE;
689 wh = DB_LOG_DIRECT;
692 wh = DB_LOG_DSYNC;
695 wh = DB_LOG_IN_MEMORY;
698 wh = DB_LOG_ZERO;
716 ret = dbenv->log_set_config(dbenv, wh, on);
736 u_int32_t wh; local
745 wh = DB_LOG_AUTO_REMOVE;
748 wh
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/tcl/
H A Dtcl_rep.c57 u_int32_t wh; local
70 wh = DB_REP_CONF_NOAUTOINIT;
73 wh = DB_REP_CONF_BULK;
76 wh = DB_REP_CONF_DELAYCLIENT;
79 wh = DB_REPMGR_CONF_2SITE_STRICT;
82 wh = DB_REP_CONF_NOWAIT;
100 ret = dbenv->rep_set_config(dbenv, wh, on);
181 u_int32_t wh; local
190 wh = DB_REP_CONF_BULK;
193 wh
259 int optindex, result, ret, wh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/tcl/
H A Dtcl_rep.c57 u_int32_t wh; local
70 wh = DB_REP_CONF_NOAUTOINIT;
73 wh = DB_REP_CONF_BULK;
76 wh = DB_REP_CONF_DELAYCLIENT;
79 wh = DB_REPMGR_CONF_2SITE_STRICT;
82 wh = DB_REP_CONF_NOWAIT;
100 ret = dbenv->rep_set_config(dbenv, wh, on);
181 u_int32_t wh; local
190 wh = DB_REP_CONF_BULK;
193 wh
259 int optindex, result, ret, wh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/math-emu/
H A Dsfp-util_64.h42 #define umul_ppmm(wh, wl, u, v) \
67 : "=r" ((UDItype)(wh)), \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dsfp-util_64.h42 #define umul_ppmm(wh, wl, u, v) \
67 : "=r" ((UDItype)(wh)), \

Completed in 204 milliseconds

123