Home
last modified time | relevance | path

Searched refs:wqp (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/octeon/
Dcvmx-pow.h644 uint64_t wqp:36; member
671 uint64_t wqp:36; member
714 uint64_t wqp:36; member
1052 return (cvmx_wqe_t *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); in cvmx_pow_get_current_wqp()
1398 static inline void cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full_nocheck() argument
1421 if (wqp != cvmx_phys_to_ptr(0x80)) in cvmx_pow_tag_sw_full_nocheck()
1422 if (wqp != cvmx_pow_get_current_wqp()) in cvmx_pow_tag_sw_full_nocheck()
1425 __func__, wqp, in cvmx_pow_tag_sw_full_nocheck()
1447 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()
1476 static inline void cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full() argument
[all …]
Dcvmx-pko.h201 uint64_t wqp:1; member
/linux-2.6.39/fs/fscache/
Dmain.c60 struct workqueue_struct **wqp = table->extra1; in fscache_max_active_sysctl() local
66 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()