Searched refs:jj (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 2744 int jj, kk; in rtw_p2p_profilefound() local 2748 for (jj = 0, kk = 1; jj < ETH_ALEN; jj++, kk += 3) in rtw_p2p_profilefound() 2749 … pwdinfo->profileinfo[pwdinfo->profileindex].peermac[jj] = key_2char2num(extra[kk], extra[kk + 1]); in rtw_p2p_profilefound() 2928 int jj, kk; in rtw_p2p_get_wps_configmethod() local 2949 for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) in rtw_p2p_get_wps_configmethod() 2950 peerMAC[jj] = key_2char2num(peerMACStr[kk], peerMACStr[kk + 1]); in rtw_p2p_get_wps_configmethod() 2996 int jj, kk; in rtw_p2p_get_go_device_address() local 3018 for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) in rtw_p2p_get_go_device_address() 3019 peerMAC[jj] = key_2char2num(peerMACStr[kk], peerMACStr[kk + 1]); in rtw_p2p_get_go_device_address() 3079 int jj, kk; in rtw_p2p_get_device_type() local [all …]
|
/Linux-v5.15/drivers/infiniband/hw/mlx4/ |
D | mad.c | 317 int jj; in smp_snoop() local 319 for (jj = 0; jj < 8; jj++) { in smp_snoop() 320 sl2vl64.sl8[jj] = ((struct ib_smp *)mad)->data[jj]; in smp_snoop() 322 port_num, jj, sl2vl64.sl8[jj]); in smp_snoop() 1260 int jj; in handle_port_mgmt_change_event() local 1262 for (jj = 0; jj < 8; jj++) { in handle_port_mgmt_change_event() 1263 sl2vl64.sl8[jj] = in handle_port_mgmt_change_event() 1264 eqe->event.port_mgmt_change.params.sl2vl_tbl_change_info.sl2vl_table[jj]; in handle_port_mgmt_change_event() 1266 port, jj, sl2vl64.sl8[jj]); in handle_port_mgmt_change_event()
|
D | main.c | 908 int jj; in mlx4_ib_query_sl2vl() local 932 for (jj = 0; jj < 8; jj++) in mlx4_ib_query_sl2vl() 933 sl2vl64.sl8[jj] = ((struct ib_smp *)out_mad)->data[jj]; in mlx4_ib_query_sl2vl()
|
/Linux-v5.15/Documentation/admin-guide/LSM/ |
D | apparmor.rst | 51 Kernel module - git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_ieee80211.c | 1028 int jj, kk; in rtw_macaddr_cfg() local 1030 for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) in rtw_macaddr_cfg() 1031 mac[jj] = key_2char2num(rtw_initmac[kk], rtw_initmac[kk + 1]); in rtw_macaddr_cfg()
|
/Linux-v5.15/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 1312 int ii = 0, jj = 0, kk = 0; in rsi_send_auto_rate_request() local 1381 for (ii = 0, jj = 0; in rsi_send_auto_rate_request() 1384 selected_rates[jj++] = in rsi_send_auto_rate_request() 1389 num_supported_rates = jj; in rsi_send_auto_rate_request() 1393 selected_rates[jj++] = mcs[ii]; in rsi_send_auto_rate_request() 1398 sort(selected_rates, jj, sizeof(u16), &rsi_compare, NULL); in rsi_send_auto_rate_request() 1401 for (ii = 0; ii < jj; ii++) { in rsi_send_auto_rate_request()
|
/Linux-v5.15/drivers/media/usb/s2255/ |
D | s2255drv.c | 1707 int jj; in save_frame() local 1714 for (jj = 0; jj < (pipe_info->cur_transfer_size - 12); jj++) { in save_frame() 1718 jj, pdata[0], pdata[1]); in save_frame() 1719 offset = jj + PREFIX_SIZE; in save_frame() 1742 jj += DEF_USB_BLOCK; in save_frame()
|
/Linux-v5.15/net/sched/ |
D | sch_cake.c | 1399 struct cake_heap_entry jj = q->overflow_heap[j]; in cake_heap_swap() local 1401 q->overflow_heap[i] = jj; in cake_heap_swap() 1405 q->tins[jj.t].overflow_idx[jj.b] = i; in cake_heap_swap()
|
/Linux-v5.15/ |
D | CREDITS | 1778 W: http://sunsite.mff.cuni.cz/~jj 1827 E: jj@chaosbits.net
|
D | MAINTAINERS | 1267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
|