Home
last modified time | relevance | path

Searched refs:_debug (Results 1 – 55 of 55) sorted by relevance

/linux-4.4.14/net/rxrpc/
Dar-recvmsg.c25 _debug("RELEASE CALL %d", call->debug_id); in rxrpc_remove_user_ID()
116 _debug("next pkt %s", rxrpc_pkts[sp->hdr.type]); in rxrpc_recvmsg()
123 _debug("packet from released call"); in rxrpc_recvmsg()
132 _debug("maybe cont"); in rxrpc_recvmsg()
160 _debug("recvmsg DATA #%u { %d, %d }", in rxrpc_recvmsg()
189 _debug("copied %d+%d", copy, copied); in rxrpc_recvmsg()
198 _debug("buffer full"); in rxrpc_recvmsg()
205 _debug("last"); in rxrpc_recvmsg()
214 _debug("eat packet"); in rxrpc_recvmsg()
225 _debug("next"); in rxrpc_recvmsg()
[all …]
Dar-ack.c126 _debug("run delay timer"); in __rxrpc_propose_ACK()
132 _debug("run defer timer"); in __rxrpc_propose_ACK()
143 _debug("run defer timer"); in __rxrpc_propose_ACK()
148 _debug("immediate ACK"); in __rxrpc_propose_ACK()
160 _debug("cancel timer %%%u", ntohl(serial)); in __rxrpc_propose_ACK()
195 _debug("SET RESEND"); in rxrpc_set_resend()
200 _debug("MODIFY RESEND TIMER"); in rxrpc_set_resend()
204 _debug("KILL RESEND TIMER"); in rxrpc_set_resend()
375 _debug("Unsupported ACK type %d", sacks[loop]); in rxrpc_process_soft_ACKs()
480 _debug("drain OOS packet %d [%d]", in rxrpc_drain_rx_oos_queue()
[all …]
Dar-accept.c93 _debug("no memory"); in rxrpc_accept_incoming_call()
102 _debug("no peer"); in rxrpc_accept_incoming_call()
110 _debug("no trans"); in rxrpc_accept_incoming_call()
118 _debug("no conn"); in rxrpc_accept_incoming_call()
126 _debug("no call"); in rxrpc_accept_incoming_call()
143 _debug("await conn sec"); in rxrpc_accept_incoming_call()
150 _debug("conn ready"); in rxrpc_accept_incoming_call()
159 _debug("notify"); in rxrpc_accept_incoming_call()
169 _debug("queued"); in rxrpc_accept_incoming_call()
173 _debug("process"); in rxrpc_accept_incoming_call()
[all …]
Dar-input.c60 _debug("already terminated"); in rxrpc_queue_rcv_skb()
95 _debug("<<<< TERMINAL MESSAGE >>>>"); in rxrpc_queue_rcv_skb()
156 _debug("dup #%u [-%u]", seq, call->rx_data_post); in rxrpc_fast_process_data()
166 _debug("dup oos #%u [%u,%u]", in rxrpc_fast_process_data()
173 _debug("exceed #%u [%u]", seq, call->ackr_win_top); in rxrpc_fast_process_data()
183 _debug("oos #%u [%u]", seq, call->rx_data_expect); in rxrpc_fast_process_data()
193 _debug("ahead #%u [%u]", seq, call->rx_data_post); in rxrpc_fast_process_data()
221 _debug("post #%u", seq); in rxrpc_fast_process_data()
231 _debug("drain rx oos now"); in rxrpc_fast_process_data()
253 _debug("discard and ACK packet %p", skb); in rxrpc_fast_process_data()
[all …]
Dar-output.c52 _debug("CMSG %d, %d, %d", in rxrpc_sendmsg_cmsg()
70 _debug("User Call ID %lx", *user_call_ID); in rxrpc_sendmsg_cmsg()
80 _debug("Abort %x", *abort_code); in rxrpc_sendmsg_cmsg()
178 _debug("CALL %d USR %lx ST %d on CONN %p", in rxrpc_client_sendmsg()
223 _debug("CALL %d USR %lx ST %d on CONN %p", in rxrpc_kernel_send_data()
256 _debug("CALL %d USR %lx ST %d on CONN %p", in rxrpc_kernel_abort_call()
372 _debug("send fragment"); in rxrpc_send_packet()
464 _debug("________awaiting reply/ACK__________"); in rxrpc_queue_packet()
489 _debug("run timer"); in rxrpc_queue_packet()
503 _debug("failed to delete ACK timer"); in rxrpc_queue_packet()
[all …]
Dar-key.c103 _debug("tktlen: %x", tktlen); in rxrpc_preparse_xdr_rxkad()
133 _debug("SCIX: %u", token->security_index); in rxrpc_preparse_xdr_rxkad()
134 _debug("TLEN: %u", token->kad->ticket_len); in rxrpc_preparse_xdr_rxkad()
135 _debug("EXPY: %x", token->kad->expiry); in rxrpc_preparse_xdr_rxkad()
136 _debug("KVNO: %u", token->kad->kvno); in rxrpc_preparse_xdr_rxkad()
137 _debug("PRIM: %u", token->kad->primary_flag); in rxrpc_preparse_xdr_rxkad()
138 _debug("SKEY: %02x%02x%02x%02x%02x%02x%02x%02x", in rxrpc_preparse_xdr_rxkad()
144 _debug("TCKT: %02x%02x%02x%02x%02x%02x%02x%02x", in rxrpc_preparse_xdr_rxkad()
277 _debug("%s/...@%s", princ->name_parts[0], princ->realm); in rxrpc_krb5_decode_principal()
319 _debug("tag %x len %x", td->tag, td->data_len); in rxrpc_krb5_decode_tagged_data()
[all …]
Dar-local.c85 _debug("bind"); in rxrpc_create_local()
90 _debug("bind failed"); in rxrpc_create_local()
100 _debug("setsockopt failed"); in rxrpc_create_local()
109 _debug("setsockopt failed"); in rxrpc_create_local()
155 _debug("CMP {%d,%u,%pI4+%hu}", in rxrpc_lookup_local()
239 _debug("destroy local"); in rxrpc_put_local()
365 _debug("sendmsg failed: %d", ret); in rxrpc_send_version_request()
Dar-skbuff.c32 _debug("request final ACK"); in rxrpc_request_final_ACK()
62 _debug("hard ACK #%u", ntohl(sp->hdr.seq)); in rxrpc_hard_ACK_data()
91 _debug("send Rx idle ACK"); in rxrpc_hard_ACK_data()
Dar-call.c446 _debug("channel[%u] is %p", candidate->channel, call); in rxrpc_incoming_call()
449 _debug("extant call [%d]", call->state); in rxrpc_incoming_call()
470 _debug("CALL: %u { %s }", in rxrpc_incoming_call()
484 _debug("check dup"); in rxrpc_incoming_call()
504 _debug("new call"); in rxrpc_incoming_call()
631 _debug("RELEASE CALL %p (%d CONN %p)", call, call->debug_id, conn); in rxrpc_release_call()
635 _debug("unlinking once-pending call %p { e=%lx f=%lx }", in rxrpc_release_call()
686 _debug("+++ ABORTING STATE %d +++\n", call->state); in rxrpc_release_call()
701 _debug("purge Rx queues"); in rxrpc_release_call()
715 _debug("- zap %s %%%u #%u", in rxrpc_release_call()
[all …]
Drxkad.c75 _debug("no cipher"); in rxkad_init_connection_security()
618 _debug("sendmsg failed: %d", ret); in rxkad_issue_challenge()
668 _debug("sendmsg failed: %d", ret); in rxkad_send_response()
880 _debug("KIV FLAGS: %x", *p); in rxkad_decrypt_ticket()
886 _debug("KIV ANAME: %s", name); in rxkad_decrypt_ticket()
890 _debug("KIV INST : %s", name); in rxkad_decrypt_ticket()
894 _debug("KIV REALM: %s", name); in rxkad_decrypt_ticket()
902 _debug("KIV ADDR : %pI4", &addr); in rxkad_decrypt_ticket()
907 _debug("KIV KEY : %08x %08x", ntohl(key.n[0]), ntohl(key.n[1])); in rxkad_decrypt_ticket()
912 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket()
[all …]
Dar-connection.c181 _debug("Destroy bundle"); in rxrpc_put_bundle()
450 _debug("avail"); in rxrpc_connect_call()
472 _debug("unused"); in rxrpc_connect_call()
493 _debug("get new conn [%d]", bundle->num_conns); in rxrpc_connect_call()
501 _debug("too many conns"); in rxrpc_connect_call()
646 _debug("maybe %x", conn->real_conn_id); in rxrpc_incoming_connection()
776 _debug("maybe %x", conn->real_conn_id); in rxrpc_find_connection()
813 _debug("zombie"); in rxrpc_put_connection()
860 _debug("reap CONN %d { u=%d,t=%ld }", in rxrpc_connection_reaper()
896 _debug("reschedule reaper %ld", (long) earliest - now); in rxrpc_connection_reaper()
Dar-transport.c194 _debug("zombie"); in rxrpc_put_transport()
235 _debug("reap TRANS %d { u=%d t=%ld }", in rxrpc_transport_reaper()
251 _debug("reschedule reaper %ld", (long) earliest - now); in rxrpc_transport_reaper()
Dar-error.c58 _debug("Msg l:%d d:%d", skb->len, skb->data_len); in rxrpc_UDP_error_report()
214 _debug("ISSUE ERROR %d", err); in rxrpc_UDP_error_handler()
Dar-connevent.c117 _debug("sendmsg failed: %d", ret); in rxrpc_abort_connection()
224 _debug("set up security"); in rxrpc_secure_connection()
250 _debug("abort %d, %d", ret, abort_code); in rxrpc_secure_connection()
Dar-internal.h636 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
659 #define _debug(FMT,...) \ macro
680 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
Dar-peer.c121 _debug("check PEER %d { u=%d t=%d l=%d }", in rxrpc_get_peer()
Daf_rxrpc.c103 _debug("INET: %x @ %pI4", in rxrpc_validate_address()
888 _debug("flush scheduled work"); in af_rxrpc_exit()
/linux-4.4.14/fs/cachefiles/
Drdwr.c43 _debug("--- monitor %p %lx ---", page, page->flags); in cachefiles_read_waiter()
47 _debug("page probably truncated"); in cachefiles_read_waiter()
118 _debug("reissue read"); in cachefiles_read_reissue()
128 _debug("jumpstart %p {%lx}", backpage, backpage->flags); in cachefiles_read_reissue()
172 _debug("- copy {%lu}", monitor->back_page->index); in cachefiles_read_copier()
237 _debug("read back %p{%lu,%d}", in cachefiles_read_backing_file_one()
276 _debug("- new %p", newpage); in cachefiles_read_backing_file_one()
288 _debug("- monitor add"); in cachefiles_read_backing_file_one()
302 _debug("jumpstart %p {%lx}", backpage, backpage->flags); in cachefiles_read_backing_file_one()
310 _debug("- present"); in cachefiles_read_backing_file_one()
[all …]
Dnamei.c212 _debug("queue OBJ%x behind OBJ%x immediately", in cachefiles_mark_object_active()
234 _debug("queue OBJ%x behind OBJ%x after wait", in cachefiles_mark_object_active()
280 _debug("remove %p from %p", rep, dir); in cachefiles_bury_object()
284 _debug("unlink stale object"); in cachefiles_bury_object()
308 _debug("move stale object to graveyard"); in cachefiles_bury_object()
431 _debug("object preemptively buried"); in cachefiles_delete_object()
502 _debug("lookup '%s'", name); in cachefiles_walk_to_object()
512 _debug("next -> %p %s", next, d_backing_inode(next) ? "positive" : "negative"); in cachefiles_walk_to_object()
543 _debug("mkdir -> %p{%p{ino=%lu}}", in cachefiles_walk_to_object()
572 _debug("create -> %p{%p{ino=%lu}}", in cachefiles_walk_to_object()
[all …]
Dbind.c114 _debug("- fsdef %p", fsdef); in cachefiles_daemon_add_cache()
163 _debug("blksize %u (shift %u)", in cachefiles_daemon_add_cache()
166 _debug("size %llu, avail %llu", in cachefiles_daemon_add_cache()
176 _debug("limits {%llu,%llu,%llu} files", in cachefiles_daemon_add_cache()
187 _debug("limits {%llu,%llu,%llu} blocks", in cachefiles_daemon_add_cache()
Dxattr.c49 _debug("SET"); /* we succeeded */ in cachefiles_check_object_type()
114 _debug("SET #%u", auxdata->len); in cachefiles_set_object_xattr()
142 _debug("SET #%u", auxdata->len); in cachefiles_update_object_xattr()
248 _debug("checkaux %s #%u", in cachefiles_check_object_xattr()
Dkey.c79 _debug("max: %d", max); in cachefiles_cook_key()
133 _debug("acc: %06x", acc); in cachefiles_cook_key()
Dinternal.h286 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
301 #define _debug(FMT, ...) \ macro
310 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
Dinterface.c281 _debug("- retire object OBJ%x", object->fscache.debug_id); in cachefiles_drop_object()
333 _debug("- kill object OBJ%x", object->fscache.debug_id); in cachefiles_put_object()
455 _debug("discard tail %llx", oi_size); in cachefiles_attr_changed()
Ddaemon.c736 _debug("cease culling"); in cachefiles_has_space()
745 _debug("### CULL CACHE ###"); in cachefiles_has_space()
/linux-4.4.14/fs/afs/
Drxrpc.c131 _debug("dework"); in afs_close_socket()
146 _debug("DLVR NULL [%d]", atomic_read(&afs_outstanding_skbs)); in afs_data_delivered()
149 _debug("DLVR %p{%u} [%d]", in afs_data_delivered()
163 _debug("FREE NULL [%d]", atomic_read(&afs_outstanding_skbs)); in afs_free_skb()
166 _debug("FREE %p{%u} [%d]", in afs_free_skb()
179 _debug("DONE %p{%s} [%d]", in afs_free_call()
227 _debug("CALL %p{%s} [%d]", in afs_alloc_flat_call()
287 _debug("attach %lx-%lx", first, last); in afs_send_pages()
307 _debug("- range %u-%u%s", in afs_send_pages()
353 _debug("____MAKE %p{%s,%x} [%d]____", in afs_make_call()
[all …]
Dsecurity.c29 _debug("key %s", cell->anonymous_key->description); in afs_request_key()
151 _debug("renamed"); in afs_cache_permit()
159 _debug("ACL changed?"); in afs_cache_permit()
164 _debug("anon access %x", vnode->status.anon_access); in afs_cache_permit()
196 _debug("key %x access %x", in afs_cache_permit()
240 _debug("anon"); in afs_check_permit()
251 _debug("found in cache"); in afs_check_permit()
265 _debug("no valid permit"); in afs_check_permit()
309 _debug("not promised"); in afs_permission()
313 _debug("new promise [fl=%lx]", vnode->flags); in afs_permission()
[all …]
Dvlocation.c52 _debug("CellServ[%hu]: %08x", cell->vl_curr_svix, addr.s_addr); in afs_vlocation_access_vl_by_name()
110 _debug("CellServ[%hu]: %08x", cell->vl_curr_svix, addr.s_addr); in afs_vlocation_access_vl_by_id()
204 _debug("Locally Cached: %s %02x { %08x(%x) %08x(%x) %08x(%x) }", in afs_vlocation_update_record()
214 _debug("Vids: %08x %08x %08x", in afs_vlocation_update_record()
270 _debug("Done VL Lookup: %s %02x { %08x(%x) %08x(%x) %08x(%x) }", in afs_vlocation_apply_update()
276 _debug("Vids: %08x %08x %08x", in afs_vlocation_apply_update()
317 _debug("found in cache"); in afs_vlocation_fill_in_record()
434 _debug("found in memory"); in afs_vlocation_lookup()
449 _debug("invalid [state %d]", state); in afs_vlocation_lookup()
459 _debug("wait"); in afs_vlocation_lookup()
[all …]
Dflock.c120 _debug("unlock"); in afs_lock_work()
140 _debug("extend"); in afs_lock_work()
174 _debug("get"); in afs_lock_work()
189 _debug("blocked"); in afs_lock_work()
192 _debug("acquired"); in afs_lock_work()
212 _debug("withdrawn"); in afs_lock_work()
297 _debug("instant readlock"); in afs_do_setlk()
309 _debug("not locked"); in afs_do_setlk()
322 _debug("acquired"); in afs_do_setlk()
325 _debug("would block"); in afs_do_setlk()
[all …]
Dcallback.c50 _debug("UNPROMISE { vid=%x:%u uq=%u}", in afs_init_callback_state()
101 _debug("requeue"); in afs_broken_callback_work()
120 _debug("break callback"); in afs_break_callback()
149 _debug("find"); in afs_break_one_callback()
173 _debug("not avail"); in afs_break_one_callback()
179 _debug("found"); in afs_break_one_callback()
203 _debug("- Fid { vl=%08x n=%u u=%u } CB { v=%u x=%u t=%u }", in afs_break_callbacks()
297 _debug("GIVE UP INODE %p", &vnode->vfs_inode); in afs_give_up_callback()
406 _debug("update %s", vnode->vldb.name);
426 _debug("reschedule");
[all …]
Dcmservice.c190 _debug("extract FID count"); in afs_deliver_cb_callback()
199 _debug("FID count: %u", call->count); in afs_deliver_cb_callback()
210 _debug("extract FID array"); in afs_deliver_cb_callback()
219 _debug("unmarshall FID array"); in afs_deliver_cb_callback()
240 _debug("extract CB count"); in afs_deliver_cb_callback()
249 _debug("CB count: %u", tmp); in afs_deliver_cb_callback()
258 _debug("extract CB array"); in afs_deliver_cb_callback()
267 _debug("unmarshall CB array"); in afs_deliver_cb_callback()
281 _debug("trailer"); in afs_deliver_cb_callback()
477 _debug("extract UUID"); in afs_deliver_cb_probe_uuid()
[all …]
Dvnode.c33 _debug("%c %*.*s%c%p {%d}",
134 _debug("delete"); in afs_vnode_note_promise()
145 _debug("PROMISE on %p {%lu}", in afs_vnode_note_promise()
245 _debug("got NOENT from server - marking file deleted"); in afs_vnode_status_update_failed()
305 _debug("wait on fetch %d", vnode->update_cnt); in afs_vnode_fetch_status()
357 _debug("USING SERVER: %p{%08x}", in afs_vnode_fetch_status()
367 _debug("adjust"); in afs_vnode_fetch_status()
373 _debug("failed [%d]", ret); in afs_vnode_fetch_status()
421 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr)); in afs_vnode_fetch_data()
477 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr)); in afs_vnode_create()
[all …]
Ddir.c254 _debug("ENT[%Zu.%u]: unused", in afs_dir_iterate_block()
268 _debug("ENT[%Zu.%u]: %s %Zu \"%s\"", in afs_dir_iterate_block()
276 _debug("ENT[%Zu.%u]:" in afs_dir_iterate_block()
285 _debug("ENT[%Zu.%u]:" in afs_dir_iterate_block()
292 _debug("ENT[%Zu.%u]: ext %u/%Zu", in afs_dir_iterate_block()
611 _debug("%pd: parent dir deleted", dentry); in afs_d_revalidate()
619 _debug("dir modified"); in afs_d_revalidate()
637 _debug("%pd: dirent changed [%u != %u]", in afs_d_revalidate()
647 _debug("%pd: file deleted (uq %u -> %u I:%u)", in afs_d_revalidate()
660 _debug("%pd: dirent not found", dentry); in afs_d_revalidate()
[all …]
Dserver.c47 _debug("- consider %p", p); in afs_install_server()
134 _debug("new"); in afs_lookup_server()
148 _debug("found quickly"); in afs_lookup_server()
162 _debug("found"); in afs_lookup_server()
195 _debug("- consider %p", p); in afs_find_server()
226 _debug("PUT SERVER %d", atomic_read(&server->usage)); in afs_put_server()
Dwrite.c47 _debug("wake up sync"); in afs_unlink_writeback()
104 _debug("got NOENT from server" in afs_fill_page()
195 _debug("subsume"); in afs_write_begin()
207 _debug("append into %lx-%lx", wb->first, wb->last); in afs_write_begin()
221 _debug("flush conflict"); in afs_write_begin()
267 _debug("dirtied"); in afs_write_end()
289 _debug("kill %lx-%lx", first, last); in afs_kill_pages()
340 _debug("more %lx [%lx]", start, count); in afs_write_back_from_locked_page()
346 _debug("fgpc %u", n); in afs_write_back_from_locked_page()
394 _debug("write back %lx[%u..] to %lx[..%u]", first, offset, last, to); in afs_write_back_from_locked_page()
[all …]
Dcell.c120 _debug("no key"); in afs_cell_alloc()
126 _debug("anon key %p{%x}", in afs_cell_alloc()
243 _debug("kAFS: no VL server IP addresses specified"); in afs_cell_init()
388 _debug("wait for cell %s", cell->name); in afs_cell_destroy()
401 _debug("cell dead"); in afs_cell_destroy()
450 _debug("PURGING CELL %s (%d)", in afs_cell_purge()
Dinode.c38 _debug("FS: ft=%d lk=%d sz=%llu ver=%Lu mod=%hu", in afs_inode_map_status()
165 _debug("GOT INODE %p { ino=%lu, vl=%x, vn=%x, u=%x }", in afs_iget_autocell()
220 _debug("GOT INODE %p { vl=%x vn=%x, u=%x }", in afs_iget()
326 _debug("callback expired"); in afs_validate()
344 _debug("not promised"); in afs_validate()
348 _debug("new promise [fl=%lx]", vnode->flags); in afs_validate()
352 _debug("file already deleted"); in afs_validate()
421 _debug("CLEAR INODE %p", inode); in afs_evict_inode()
Dmntpt.c79 _debug("symlink to %*.*s", (int) size, (int) size, buf); in afs_mntpt_check_symlink()
85 _debug("symlink is a mountpoint"); in afs_mntpt_check_symlink()
204 _debug("--- attempting mount %s -o %s ---", devname, options); in afs_mntpt_do_automount()
206 _debug("--- mount result %p ---", mnt); in afs_mntpt_do_automount()
Dfsclient.c88 _debug("vnode time %lx, %lx", in xdr_decode_AFSFetchStatus()
94 _debug("vnode changed"); in xdr_decode_AFSFetchStatus()
121 _debug("vnode modified %llx on {%x:%u}", in xdr_decode_AFSFetchStatus()
336 _debug("extract data length (MSW)"); in afs_deliver_fs_fetch_data()
345 _debug("DATA length MSW: %u", call->count); in afs_deliver_fs_fetch_data()
354 _debug("extract data length"); in afs_deliver_fs_fetch_data()
363 _debug("DATA length: %u", call->count); in afs_deliver_fs_fetch_data()
371 _debug("extract data"); in afs_deliver_fs_fetch_data()
408 _debug("trailer"); in afs_deliver_fs_fetch_data()
418 _debug("clear"); in afs_deliver_fs_fetch_data()
[all …]
Dsuper.c264 _debug("cell %*.*s [%p]", in afs_parse_device_name()
279 _debug("CELL:%s [%p] VOLUME:%*.*s SUFFIX:%s TYPE:%d%s", in afs_parse_device_name()
420 _debug("create"); in afs_mount()
429 _debug("reuse"); in afs_mount()
518 _debug("DESTROY INODE %p", inode); in afs_destroy_inode()
Dfile.c159 _debug("cache said ENODATA"); in afs_page_filler()
164 _debug("cache said ENOBUFS"); in afs_page_filler()
175 _debug("got NOENT from server" in afs_page_filler()
Dvolume.c96 _debug("creating new volume record"); in afs_volume_lookup()
142 _debug("kAFS selected %s volume %08x", in afs_volume_lookup()
251 _debug("consider %d [%d]", loop, state); in afs_volume_pick_fileserver()
Dinternal.h639 _debug("GET SERVER %d", atomic_read(&(S)->usage)); \
772 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
791 #define _debug(FMT,...) \ macro
800 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
Dmain.c66 _debug("AFS UUID: %08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x", in afs_get_client_UUID()
Dproc.c267 _debug("cmd=%s name=%s args=%s", kbuf, name, args); in afs_proc_cells_write()
334 _debug("rootcell=%s", kbuf); in afs_proc_rootcell_write()
/linux-4.4.14/fs/fscache/
Dcache.c342 _debug("withdraw %p", object->cookie); in fscache_withdraw_all_objects()
398 _debug("destroy"); in fscache_withdraw_cache()
404 _debug("wait for finish"); in fscache_withdraw_cache()
407 _debug("wait for clearance"); in fscache_withdraw_cache()
410 _debug("cleared"); in fscache_withdraw_cache()
Dobject.c188 _debug("{OBJ%x} oob %lx", in fscache_object_sm_dispatcher()
210 _debug("{OBJ%x} ev %d: %s -> %s", in fscache_object_sm_dispatcher()
226 _debug("{OBJ%x} exec %s", object->debug_id, state->name); in fscache_object_sm_dispatcher()
231 _debug("{OBJ%x} %s notrans", object->debug_id, state->name); in fscache_object_sm_dispatcher()
237 _debug("{OBJ%x} %s -> %s", in fscache_object_sm_dispatcher()
377 _debug("parent: %s of:%lx", parent->state->name, parent->flags); in fscache_initialise_object()
389 _debug("wait"); in fscache_initialise_object()
465 _debug("LOOKUP \"%s\" in \"%s\"", in fscache_look_up_object()
514 _debug("wake up lookup %p", &cookie->flags); in fscache_object_lookup_negative()
725 _debug("release parent OBJ%x {%d}", in fscache_drop_object()
Doperation.c74 _debug("queue async"); in fscache_enqueue_operation()
80 _debug("queue for caller's attention"); in fscache_enqueue_operation()
344 _debug("woke %d ops on OBJ%x", in fscache_start_operations()
491 _debug("PUT OP"); in fscache_put_operation()
515 _debug("defer put"); in fscache_put_operation()
568 _debug("GC DEFERRED REL OBJ%x OP%x", in fscache_operation_gc()
Dpage.c132 _debug("fscache writeout timeout page: %p{%lx}", in __fscache_maybe_release_page()
366 _debug(">>> WT"); in fscache_wait_for_operation_activation()
380 _debug("<<< GO"); in fscache_wait_for_operation_activation()
818 _debug("gang %d [%lx]", n, page->index); in fscache_write_op()
850 _debug("cease"); in fscache_write_op()
973 _debug("store limit %llx", (unsigned long long) object->store_limit); in __fscache_write_page()
979 _debug("insert failed %d", ret); in __fscache_write_page()
1121 _debug("- mark %p{%lx}", page, page->index); in fscache_mark_page_cached()
Dcookie.c221 _debug("cache %s", cache->tag->name); in fscache_acquire_non_index_cookie()
256 _debug("non-deferred lookup %p", &cookie->flags); in fscache_acquire_non_index_cookie()
259 _debug("complete"); in fscache_acquire_non_index_cookie()
309 _debug("ALLOC OBJ%x: %s {%lx}", in fscache_alloc_object()
632 _debug("FREE COOKIE %p", cookie); in __fscache_cookie_put()
Dinternal.h363 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
378 #define _debug(FMT, ...) \ macro
387 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.4.14/arch/mn10300/kernel/
Dmn10300-serial.c57 #define _debug(FMT, ...) \ macro
748 _debug("INT %s: %x", port->name, port->intr_flags); in mn10300_serial_interrupt()
847 _debug("CTR=%04hx ICR=%02hx STR=%04x TMD=%02hx TBR=%04hx ICR=%04hx", in mn10300_serial_start_tx()
1165 _debug("ALT %d [baud %d]", battempt, baud); in mn10300_serial_change_speed()
1178 _debug("CUSTOM %u", port->uart.custom_divisor); in mn10300_serial_change_speed()
1273 _debug("CAN'T SUPPORT"); in mn10300_serial_change_speed()
1311 _debug("UARTCLK: %u / %hu", port->uart.uartclk, tmxbr); in mn10300_serial_change_speed()
1553 _debug("ERROR %d", -ret); in mn10300_serial_init()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ioctl.c2403 #define IOCTL_INFO_STD(_ioctl, _vidioc, _debug, _flags) \ argument
2409 .debug = _debug, \
2412 #define IOCTL_INFO_FNC(_ioctl, _func, _debug, _flags) \ argument
2418 .debug = _debug, \
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt119 4 Turn on trace of internal debug points (_debug())
/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c663 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
669 .debug = _debug, \